mirror of https://github.com/vector-im/riot-web
Renable debug in ScrollPanel
... after matthew disabled it by accidentpull/21833/head
parent
a44ebddae0
commit
7712582c29
|
@ -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…
Reference in New Issue