mirror of
https://github.com/penpot/penpot.git
synced 2025-07-18 22:47:30 +02:00
🔧 Disable tokens in dev env by default
This commit is contained in:
parent
b82679deaf
commit
99fcd3556e
3 changed files with 5 additions and 5 deletions
|
@ -110,7 +110,9 @@
|
|||
(when *assert*
|
||||
(->> (rx/from cfeat/no-migration-features)
|
||||
;; text editor v2 isn't enabled by default even in devenv
|
||||
(rx/filter #(not (or (contains? cfeat/backend-only-features %) (= "text-editor/v2" %))))
|
||||
(rx/filter #(not (or (contains? cfeat/backend-only-features %)
|
||||
(= "text-editor/v2" %)
|
||||
(= "design-tokens/v1" %))))
|
||||
(rx/observe-on :async)
|
||||
(rx/map enable-feature))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue