chore: remove unused code

pull/1671/head
Weihua Lu 2021-04-16 11:37:54 +08:00
parent 3751689b9e
commit c7efda6c62
1 changed files with 0 additions and 8 deletions

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]