typewriter-editor / typewriter

A rich text editor based off of Quill.js and Ultradom, and using Svelte for UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hover menu should appear on key-up

scarroll32 opened this issue · comments

commented

Currently the hover menu appears at the start of the selection, and then repositions as the selection is made. This is a bit distracting.

Looking at Medium, the menu doesn't appear until the selection is completely made, ie: key-up. I think this is a better model to follow.

This is fixed with the new renderless BubbleMenu.