mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 18:16:38 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
62aa6569f2
57 changed files with 896 additions and 677 deletions
|
@ -45,10 +45,10 @@
|
|||
|
||||
(def default-features
|
||||
(cond-> #{}
|
||||
(contains? cf/flags :feature-storage-pointer-map)
|
||||
(contains? cf/flags :fdata-storage-pointer-map)
|
||||
(conj "storage/pointer-map")
|
||||
|
||||
(contains? cf/flags :feature-storage-objects-map)
|
||||
(contains? cf/flags :fdata-storage-objects-map)
|
||||
(conj "storage/objects-map")))
|
||||
|
||||
;; --- SPECS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue