You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quill adds preventDefault() on mousedown to the toolbar container, which prevents select menus from opening on mousedown. With a theme this doesn't matter because you have the picker. I understand this is done to keep the editor from blurring, but it would be nice to be able to use quill without a theme at all without having to re-implement the toolbar completely.
Quill adds
preventDefault()
on mousedown to the toolbar container, which prevents select menus from opening on mousedown. With a theme this doesn't matter because you have the picker. I understand this is done to keep the editor from blurring, but it would be nice to be able to use quill without a theme at all without having to re-implement the toolbar completely.Steps for Reproduction
The text was updated successfully, but these errors were encountered: