mirror of
https://github.com/logseq/logseq.git
synced 2026-05-22 03:34:07 +00:00
fix: lint
This commit is contained in:
@@ -167,10 +167,6 @@
|
|||||||
(not (mobile-util/native-platform?))))
|
(not (mobile-util/native-platform?))))
|
||||||
(def web-platform? nfs?)
|
(def web-platform? nfs?)
|
||||||
(def plugin-platform? (or (and web-platform? (not common-config/PUBLISHING)) (electron?)))))
|
(def plugin-platform? (or (and web-platform? (not common-config/PUBLISHING)) (electron?)))))
|
||||||
#?(:cljs
|
|
||||||
(defn file-protocol?
|
|
||||||
[]
|
|
||||||
(string/starts-with? js/window.location.href "file://")))
|
|
||||||
|
|
||||||
#?(:cljs
|
#?(:cljs
|
||||||
(def format common-util/format))
|
(def format common-util/format))
|
||||||
|
|||||||
Reference in New Issue
Block a user