disabled scroll sync pending fixes to be discussed in meta

This commit is contained in:
Sam 2014-04-07 10:55:31 +10:00
parent f7644e2cdf
commit fcd463cc36
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@
var oldInputText;
var maxDelay = 3000;
var startType = "delayed"; // The other legal value is "manual"
var scrollSyncOn = !!panels.previewScroller;
var scrollSyncOn = false && !!panels.previewScroller;
var paneContentHeight = function(pane) {
var $pane = $(pane);