summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-06-04 10:49:30 +0800
committerCheng-Han, Wu2016-06-04 10:49:30 +0800
commit43ad625b82f02f3352349eb6e3447a3048af6ed2 (patch)
treef8fcbf44c57b00a6110b195d76297c499f15f344 /public/js/index.js
parent5c8df4a7a1e7206c897728c29a1c45936818a338 (diff)
Remove autoSyncscroll on updateView to avoid lost scroll position on other client editing
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js1
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;