mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Changed updateView, now only buildMap on demand
This commit is contained in:
parent
bb13a98c13
commit
4725415acd
1 changed files with 1 additions and 1 deletions
|
@ -1739,7 +1739,7 @@ function updateViewInner() {
|
||||||
smoothHashScroll();
|
smoothHashScroll();
|
||||||
isDirty = false;
|
isDirty = false;
|
||||||
clearMap();
|
clearMap();
|
||||||
buildMap();
|
//buildMap();
|
||||||
|
|
||||||
var updateHistoryDebounce = 600;
|
var updateHistoryDebounce = 600;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue