From d1dbce8adf3a1494c71b4099affac8792aa2cd5d Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 17 Mar 2016 17:48:19 +0000 Subject: [PATCH] Enable debug in ScrollPanel for now ... in an attempt to debug some of the recent scroll problems --- src/components/structures/ScrollPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/ScrollPanel.js b/src/components/structures/ScrollPanel.js index 9b85854016..129cbd4581 100644 --- a/src/components/structures/ScrollPanel.js +++ b/src/components/structures/ScrollPanel.js @@ -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