mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Turn on scroll debug again
This commit is contained in:
parent
c60a305284
commit
c1101d978e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ var ReactDOM = require("react-dom");
|
|||
var GeminiScrollbar = require('react-gemini-scrollbar');
|
||||
var q = require("q");
|
||||
|
||||
var DEBUG_SCROLL = false;
|
||||
var DEBUG_SCROLL = true;
|
||||
|
||||
if (DEBUG_SCROLL) {
|
||||
// using bind means that we get to keep useful line numbers in the console
|
||||
|
|
Loading…
Reference in a new issue