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

Unable to add new line before Inline Image at top of document #93

Closed matalina closed 2 years ago

matalina commented 2 years ago

When an inline image is on the first line there is no way to add a line of text before the image.

Pressing enter while the image is selected will add a new line after as long as there is no second image inline, If there is an inline image below it, it selects that image instead of adding a new line.