Browse Source

fix: don't stop event when not in block component editing

Tienson Qin 4 years ago
parent
commit
23cc57e120
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/modules/shortcut/before.cljs

+ 0 - 1
src/main/frontend/modules/shortcut/before.cljs

@@ -31,7 +31,6 @@
   [f]
   (fn [e]
     (when-not (state/block-component-editing?)
-      (util/stop e)
       (f e))))
 
 (defn only-enable-when-dev!