miztroh-zz/wysiwyg-e

Backspace disabled in paper-input when there is no text in the editor

Closed this issue · 1 comments

I've created some tools that open up dialogs. I have some inputs in those dialogs, specifically paper-inputs. When the editor has no text in it, and the cursor is at the very first position possible, I cannot backspace in any of my paper-inputs inside of my dialogs. If I add even one character back to the editor, I can then backspace again in the inputs. I imagine the editor is somehow disabling backspace functionality more globally than it should.

The issue seems to be resolved, thanks!