Closed HeilagrFox closed 1 month ago
Could you share the link to the script you made a screenshot of, so I don't have to type in your code? (See the 'Share' button)
Attached patch should resolve this.
@marijnh Can you please make a new release right now because these changes are really important?) 🙏🙏🙏
I've tagged @codemirror/view 6.34.0
I came across a bug in the component: when a line is broken, the displayed spaces are shifted to the distance of the text of the previous line and are superimposed on the text of the new line.
Expected result: line........... .....
Actual result: line........... ...........
I noticed that dots were wrapped by span tag, so they can't be moved to another line as it should be.