mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-07 20:28:47 +08:00
scrollbar: remove debug log #471
This commit is contained in:
parent
4be80dbc07
commit
02e81b6e4b
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user