mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix component restoration is not notified to files using the library
This commit is contained in:
parent
c236091645
commit
b41f63c16e
@ -74,7 +74,7 @@
|
|||||||
(def ^:private library-change-types
|
(def ^:private library-change-types
|
||||||
#{:add-color :mod-color :del-color
|
#{:add-color :mod-color :del-color
|
||||||
:add-media :mod-media :del-media
|
:add-media :mod-media :del-media
|
||||||
:add-component :mod-component :del-component
|
:add-component :mod-component :del-component :restore-component
|
||||||
:add-typography :mod-typography :del-typography})
|
:add-typography :mod-typography :del-typography})
|
||||||
|
|
||||||
(def ^:private file-change-types
|
(def ^:private file-change-types
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user