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 f1319c8 commit 449eab8Copy full SHA for 449eab8
src/display/update_lines.js
@@ -21,7 +21,7 @@ export function updateHeightsInViewport(cm) {
21
}
22
let diff = cur.line.height - height
23
if (height < 2) height = textHeight(display)
24
- if (diff > .001 || diff < -.001) {
+ if (diff > .005 || diff < -.005) {
25
updateLineHeight(cur.line, height)
26
updateWidgetHeight(cur.line)
27
if (cur.rest) for (let j = 0; j < cur.rest.length; j++)
0 commit comments