mirror of https://github.com/status-im/codimd.git
Changed updateView, now only buildMap on demand
This commit is contained in:
parent
bb13a98c13
commit
4725415acd
|
@ -1739,7 +1739,7 @@ function updateViewInner() {
|
|||
smoothHashScroll();
|
||||
isDirty = false;
|
||||
clearMap();
|
||||
buildMap();
|
||||
//buildMap();
|
||||
|
||||
var updateHistoryDebounce = 600;
|
||||
|
||||
|
|
Loading…
Reference in New Issue