chore: remove unused code

This commit is contained in:
Weihua Lu
2021-04-16 11:37:54 +08:00
parent 3751689b9e
commit c7efda6c62

View File

@@ -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]