mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 17:57:17 +02:00
♻️ Cleanup of componentsv2
This commit is contained in:
parent
1e16fb8ca2
commit
f961b75bba
39 changed files with 282 additions and 1207 deletions
|
@ -12,9 +12,6 @@
|
|||
[app.plugins :as plugins]
|
||||
[app.util.timers :as tm]))
|
||||
|
||||
(defn ^:export is-components-v2 []
|
||||
(features/active-feature? @st/state "components/v2"))
|
||||
|
||||
(defn ^:export grid []
|
||||
(tm/schedule-on-idle #(st/emit! (features/toggle-feature "layout/grid")))
|
||||
nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue