mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 20:37:16 +02:00
Merge pull request #6214 from penpot/palba-cleanup-components-v2
♻️ Cleanup of componentsv2 ✨ Add check to avoid open files with components v1
This commit is contained in:
commit
af1d5b86e1
44 changed files with 346 additions and 1208 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