We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bcc71 commit 9e7a26aCopy full SHA for 9e7a26a
lib/codemirror.js
@@ -608,6 +608,7 @@
608
609
// Bail out if the visible area is already rendered and nothing changed.
610
if (!forced && visible.from >= display.viewFrom && visible.to <= display.viewTo &&
611
+ (display.updateLineNumbers == null || display.updateLineNumbers >= display.viewTo) &&
612
countDirtyView(cm) == 0)
613
return;
614
0 commit comments