mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
Fix: Plugins menu item not opening from plugins dashboard (#8736)
* Fix plugins menu item not opening from plugins dashboard Fix #8726 * Address review feedback and just remove event firing
This commit is contained in:
@@ -76,7 +76,6 @@ returns map of plugins to install and uninstall"
|
||||
|
||||
(defn open-replace-plugins-modal
|
||||
[]
|
||||
(state/pub-event! [:go/plugins])
|
||||
(p/catch
|
||||
(p/let [edn-plugins* (fs/read-file "" (plugin-config-path))
|
||||
edn-plugins (edn/read-string edn-plugins*)]
|
||||
|
||||
Reference in New Issue
Block a user