fix: alert dont clear

pull/1851/head
Weihua Lu 2021-05-14 05:57:24 +08:00
parent f9d2af770a
commit acfe7cb097
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
(log/error :shortcut/register-shortcut {:id id
:binding k
:error e})
(notification/show! (str/join " " [id k (.-message e)]) :error)))))
(notification/show! (str/join " " [id k (.-message e)]) :error false)))))
(let [f (fn [e]
(let [dispatch-fn (get shortcut-map (keyword (.-identifier e)))]