I have an beforeinput event handler within handleDOMEvents. Usually the handler is triggered fine, however I noticed that it doesn’t trigger in the following cases:
- selection is at start of line and the backspace key is pressed
- selection is at end of line and
delkey is pressed (deleteContentForwardevent)
I notice that these events are being triggered from within regular contenteditable divs. Is there a way to get these to trigger?