Skip to content

Commit 627e8bb

Browse files
committed
Fix lint error
1 parent 28fe151 commit 627e8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/display/update_lines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { heightAtLine } from "../line/spans.js"
22
import { getLine, lineAtHeight, updateLineHeight } from "../line/utils_line.js"
3-
import { paddingTop, textHeight, charWidth } from "../measurement/position_measurement.js"
3+
import { paddingTop, charWidth } from "../measurement/position_measurement.js"
44
import { ie, ie_version } from "../util/browser.js"
55

66
// Read the actual heights of the rendered lines, and update their

0 commit comments

Comments
 (0)