mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
🐛 Solve error in notification of library changes
(See main.data.workspace.notifications/schema:handle-file-change)
This commit is contained in:
parent
ebd172ab05
commit
a559e7310a
1 changed files with 3 additions and 2 deletions
|
@ -216,8 +216,9 @@
|
|||
[:type [:= :del-typography]]
|
||||
[:id ::sm/uuid]]]]])
|
||||
|
||||
|
||||
|
||||
(sm/def! ::changes
|
||||
[:sequential {:gen/max 2} ::change])
|
||||
|
||||
(def change?
|
||||
(sm/pred-fn ::change))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue