mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
disabled scroll sync pending fixes to be discussed in meta
This commit is contained in:
parent
f7644e2cdf
commit
fcd463cc36
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user