mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
@@ -3089,9 +3089,15 @@
|
||||
(when (state/editing?)
|
||||
(keydown-backspace-handler false e)))
|
||||
|
||||
(defn- slide-focused?
|
||||
[]
|
||||
(some-> (first (dom/by-class "reveal"))
|
||||
(dom/has-class? "focused")))
|
||||
|
||||
(defn shortcut-up-down [direction]
|
||||
(fn [e]
|
||||
(when-not (auto-complete?)
|
||||
(when (and (not (auto-complete?))
|
||||
(not (slide-focused?)))
|
||||
(util/stop e)
|
||||
(cond
|
||||
(state/editing?)
|
||||
|
||||
Reference in New Issue
Block a user