mirror of
https://github.com/penpot/penpot.git
synced 2025-03-23 05:01:23 -05:00
🐛 Fix component restoration is not notified to files using the library
This commit is contained in:
parent
c236091645
commit
b41f63c16e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
(def ^:private library-change-types
|
||||
#{:add-color :mod-color :del-color
|
||||
: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})
|
||||
|
||||
(def ^:private file-change-types
|
||||
|
|
Loading…
Add table
Reference in a new issue