mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: don't preventDefault for delete
This commit is contained in:
@@ -2129,7 +2129,7 @@
|
||||
|
||||
;; just delete
|
||||
:else
|
||||
(delete-and-update input (dec current-pos) current-pos))))
|
||||
(state/set-edit-content! (state/get-edit-input-id) (.-value input)))))
|
||||
|
||||
;; TODO: merge indent-on-tab, outdent-on-shift-tab, on-tab
|
||||
(defn indent-on-tab
|
||||
|
||||
Reference in New Issue
Block a user