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 28fe151 commit 627e8bbCopy full SHA for 627e8bb
src/display/update_lines.js
@@ -1,6 +1,6 @@
1
import { heightAtLine } from "../line/spans.js"
2
import { getLine, lineAtHeight, updateLineHeight } from "../line/utils_line.js"
3
-import { paddingTop, textHeight, charWidth } from "../measurement/position_measurement.js"
+import { paddingTop, charWidth } from "../measurement/position_measurement.js"
4
import { ie, ie_version } from "../util/browser.js"
5
6
// Read the actual heights of the rendered lines, and update their
0 commit comments