mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 oldInputText;
|
||||||
var maxDelay = 3000;
|
var maxDelay = 3000;
|
||||||
var startType = "delayed"; // The other legal value is "manual"
|
var startType = "delayed"; // The other legal value is "manual"
|
||||||
var scrollSyncOn = !!panels.previewScroller;
|
var scrollSyncOn = false && !!panels.previewScroller;
|
||||||
|
|
||||||
var paneContentHeight = function(pane) {
|
var paneContentHeight = function(pane) {
|
||||||
var $pane = $(pane);
|
var $pane = $(pane);
|
||||||
|
Loading…
Reference in New Issue
Block a user