This commit is contained in:
McShelby 2023-02-10 23:05:55 +00:00
parent fe17cc3804
commit 632b0050d9
357 changed files with 7893 additions and 7894 deletions

View file

@ -544,7 +544,6 @@ function initMenuScrollbar(){
// on resize, we have to redraw the scrollbars to let new height
// affect their size
window.addEventListener('resize', function(){
console.log("resize")
pst && setTimeout( function(){ pst.update(); }, 10 );
psm && setTimeout( function(){ psm.update(); }, 10 );
psc && setTimeout( function(){ psc.update(); }, 10 );