1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-04-14 15:14:28 +00:00

Remove autoSyncscroll on updateView to avoid lost scroll position on other client editing

This commit is contained in:
Cheng-Han, Wu 2016-06-04 10:49:30 +08:00
parent 5c8df4a7a1
commit 43ad625b82

View file

@ -2658,7 +2658,6 @@ function updateViewInner() {
clearMap();
//buildMap();
updateTitleReminder();
autoSyncscroll();
}
var updateHistoryDebounce = 600;