typewriter-editor / typewriter

A rich text editor based off of Quill.js and Ultradom, and using Svelte for UI.
MIT License
382 stars 32 forks source link

Fix deleting a line with formatting on it #98

Closed jacwright closed 2 years ago

jacwright commented 2 years ago

When deleting an image line, the following line contents are added inside the image. This is because TextDocument.apply() doesn't skip the newline deletion correctly.

Fixes #92