-
Notifications
You must be signed in to change notification settings - Fork 725
Open
Description
I know this was closed, but looking back at: #306
I want to be able to fix the backspace problem.
Something simple like this works using Codemirror commands:
<script> function backOne() {editor.execCommand("delCharBefore"); } </script>TestCmd
Unlike with
But in order for this to work with the keyboard buttons, I need help figuring out how to set the data-action to null, and adding this function to the button.