chore: rename delete-char to backspace

This commit is contained in:
Weihua Lu
2021-05-06 14:53:10 +08:00
parent a58fe54ad3
commit 1e04ea63bd
3 changed files with 3 additions and 3 deletions

View File

@@ -2480,7 +2480,7 @@
(when (state/editing?)
(keydown-delete-handler e)))
(defn editor-delete-char
(defn editor-backspace
[_state e]
(when (state/editing?)
(keydown-backspace-handler false e)))