mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: ci
This commit is contained in:
@@ -26,12 +26,6 @@
|
||||
;; (and (.-classList el) (.. el -classList (contains "whiteboard"))) true
|
||||
;; :else (recur (.-parentElement el)))))
|
||||
|
||||
;; FIXME: embed /draw should be supported too
|
||||
;; FIXME: should use current target to see if it is actually inside of whiteboard
|
||||
(defn whiteboard-mode?
|
||||
[]
|
||||
(= (state/get-current-route) :whiteboard))
|
||||
|
||||
(defn get-tldr-app
|
||||
[]
|
||||
js/window.tln)
|
||||
|
||||
Reference in New Issue
Block a user