In my opinion link modal should be closed after editor looses focus or after changing selection on editor.
To reproduce: just select some text, click "link" then just select another part of text or click outside of editor and back. Every time u open toolbar there would be link modal.
Could be fixed by subscribing on "onEditorChange" and close modal window each time editor changed. This event would be raised by any kind of selection, focus loosing or editing.
P.S. same behaviour comes with any other pickers and kinda frustrating based on UX.
In my opinion link modal should be closed after editor looses focus or after changing selection on editor.
To reproduce: just select some text, click "link" then just select another part of text or click outside of editor and back. Every time u open toolbar there would be link modal.
Could be fixed by subscribing on "onEditorChange" and close modal window each time editor changed. This event would be raised by any kind of selection, focus loosing or editing.
P.S. same behaviour comes with any other pickers and kinda frustrating based on UX.