fix: always prevent default

pull/1698/head
Weihua Lu 2021-04-29 18:51:21 +08:00 committed by Tienson Qin
parent 4e1ebcd705
commit 749b377ac9
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,6 @@
(defn install-shortcuts!
[]
(let [result (->> handler
(map #(install-shortcut! % {}))
(map #(install-shortcut! % {:prevent-default? true}))
doall)]
(reset! installed result)))