mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 00:36:10 +02:00
✨ Notify library updates when really needed
This commit is contained in:
parent
568338ad68
commit
8a42a53522
32 changed files with 373 additions and 195 deletions
|
@ -253,7 +253,6 @@
|
|||
:code :feature-mismatch
|
||||
:feature "components/v2"
|
||||
:hint "file has 'components/v2' feature enabled but frontend didn't specifies it"))
|
||||
|
||||
(cond-> file
|
||||
(and (contains? client-features "components/v2")
|
||||
(not (contains? features "components/v2")))
|
||||
|
@ -263,7 +262,6 @@
|
|||
(not (contains? client-features "storage/pointer-map")))
|
||||
(process-pointers deref)))
|
||||
|
||||
|
||||
;; --- COMMAND QUERY: get-file (by id)
|
||||
|
||||
(defn get-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue