mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
fix: rebase issue
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
|
||||
(defn get-enabled-plugins-if-setting-schema
|
||||
[]
|
||||
(when-let [plugins (seq (state/get-all-enabled?-installed-plugins))]
|
||||
(when-let [plugins (seq (state/get-enabled?-installed-plugins false nil true true))]
|
||||
(filter #(has-setting-schema? (:id %)) plugins)))
|
||||
|
||||
(defn setup-install-listener!
|
||||
|
||||
Reference in New Issue
Block a user