turn off debug logging
parent
0a4ef44bcf
commit
1a264006f7
|
@ -21,7 +21,7 @@ import { KeyCode } from '../../Keyboard';
|
|||
import Timer from '../../utils/Timer';
|
||||
import AutoHideScrollbar from "./AutoHideScrollbar";
|
||||
|
||||
const DEBUG_SCROLL = true;
|
||||
const DEBUG_SCROLL = false;
|
||||
|
||||
// The amount of extra scroll distance to allow prior to unfilling.
|
||||
// See _getExcessHeight.
|
||||
|
|
Loading…
Reference in New Issue