From 43ad625b82f02f3352349eb6e3447a3048af6ed2 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Sat, 4 Jun 2016 10:49:30 +0800 Subject: Remove autoSyncscroll on updateView to avoid lost scroll position on other client editing --- public/js/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'public/js/index.js') diff --git a/public/js/index.js b/public/js/index.js index d342e88a..dad51922 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -2658,7 +2658,6 @@ function updateViewInner() { clearMap(); //buildMap(); updateTitleReminder(); - autoSyncscroll(); } var updateHistoryDebounce = 600; -- cgit v1.2.3