diff options
author | Cheng-Han, Wu | 2016-06-04 10:49:30 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-06-04 10:49:30 +0800 |
commit | 43ad625b82f02f3352349eb6e3447a3048af6ed2 (patch) | |
tree | f8fcbf44c57b00a6110b195d76297c499f15f344 | |
parent | 5c8df4a7a1e7206c897728c29a1c45936818a338 (diff) |
Remove autoSyncscroll on updateView to avoid lost scroll position on other client editing
Diffstat (limited to '')
-rw-r--r-- | public/js/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; |