Enable debug in ScrollPanel for now
... in an attempt to debug some of the recent scroll problems
This commit is contained in:
parent
57ffc2d2e2
commit
d1dbce8adf
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 GeminiScrollbar = require('react-gemini-scrollbar');
|
||||||
var q = require("q");
|
var q = require("q");
|
||||||
|
|
||||||
var DEBUG_SCROLL = false;
|
var DEBUG_SCROLL = true;
|
||||||
|
|
||||||
if (DEBUG_SCROLL) {
|
if (DEBUG_SCROLL) {
|
||||||
// using bind means that we get to keep useful line numbers in the console
|
// using bind means that we get to keep useful line numbers in the console
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue