Skip to content
Snippets Groups Projects
Commit 51bb8481 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Unset update.force before looping in postUpdateDisplay

Issue #4727
parent c3bf7122
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ export function postUpdateDisplay(cm, update) {
updateSelection(cm)
updateScrollbars(cm, barMeasure)
setDocumentHeight(cm, barMeasure)
update.force = false
}
update.signal(cm, "update", cm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment