mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
fix: app crash after capture
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
(defn- dismiss-native-sheet!
|
||||
[]
|
||||
(when-let [^js plugin mobile-util/native-bottom-sheet]
|
||||
(mobile-state/set-popup! nil)
|
||||
(reset! *last-popup-data nil)
|
||||
(.dismiss plugin #js {})))
|
||||
|
||||
(defn- handle-native-sheet-state!
|
||||
|
||||
Reference in New Issue
Block a user