mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 11:04:22 -05:00
Remove autoSyncscroll on updateView to avoid lost scroll position on other client editing
This commit is contained in:
parent
5c8df4a7a1
commit
43ad625b82
1 changed files with 0 additions and 1 deletions
|
@ -2658,7 +2658,6 @@ function updateViewInner() {
|
||||||
clearMap();
|
clearMap();
|
||||||
//buildMap();
|
//buildMap();
|
||||||
updateTitleReminder();
|
updateTitleReminder();
|
||||||
autoSyncscroll();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var updateHistoryDebounce = 600;
|
var updateHistoryDebounce = 600;
|
||||||
|
|
Loading…
Reference in a new issue