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 6385dbf commit 5ddb45fCopy full SHA for 5ddb45f
lib/editor/highlights.coffee
@@ -29,6 +29,7 @@ module.exports =
29
v.classList.add('ink-profile-line')
30
v.classList.add(cl) for cl in classes
31
32
+ # can't use ed.defaultCharWidth here because that sometimes seems to be 0
33
v.style.width = 0.1 + count*ed.preferredLineLength + 'em'
34
v
35
0 commit comments