mirror of
https://github.com/logseq/logseq.git
synced 2026-05-30 07:29:48 +00:00
fix: doc typo
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
nil)))))
|
||||
|
||||
(defn on-key-up
|
||||
"Cation: This mixin uses a different args than on-key-down"
|
||||
"Caution: This mixin uses a different args than on-key-down"
|
||||
[state keycode-map all-handler]
|
||||
(listen state js/window "keyup"
|
||||
(fn [e]
|
||||
|
||||
Reference in New Issue
Block a user