elm-markup icon indicating copy to clipboard operation
elm-markup copied to clipboard

editor example - off-by-one bug when applying style to selection

Open eniac314 opened this issue 5 years ago • 0 comments

Applying style does not affect the last character selected. Replacing end.offset by end.offset + 1 in the SelectTo branch of the update function (Main.elm) fixes the issue.

eniac314 avatar May 28 '19 17:05 eniac314