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 delete key on image #96

Closed matalina closed 2 years ago

matalina commented 2 years ago

Fix #92

jacwright commented 2 years ago

This will remove the line formatting when deleting a character.

https://user-images.githubusercontent.com/120294/148127040-bbb779f4-336c-4b6e-9540-1f234b01a97d.mov

jacwright commented 2 years ago

Better fix: https://github.com/typewriter-editor/typewriter/pull/98