diff --git a/src/main/frontend/modules/shortcut/mixin.cljs b/src/main/frontend/modules/shortcut/mixin.cljs index b9d4f420c9..9d76dd6741 100644 --- a/src/main/frontend/modules/shortcut/mixin.cljs +++ b/src/main/frontend/modules/shortcut/mixin.cljs @@ -61,14 +61,6 @@ (f e) false))) -(defn enable-when-selection! - [f] - (fn [e] - (when (and (state/in-selection-mode?) - (seq (state/get-selection-blocks))) - (f e) - false))) - (defn enable-when-component! [component-k] (fn [f]