mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 16:06:10 +02:00
🔧 Refactor sync-file for performance
This commit is contained in:
parent
43e0b5cfa5
commit
dcf18b3aee
11 changed files with 136 additions and 89 deletions
|
@ -341,7 +341,7 @@
|
|||
(ptk/emit!
|
||||
store
|
||||
(dwl/delete-component {:id component-id})
|
||||
(dwl/sync-file (:id file) (:id file))
|
||||
(dwl/sync-file (:id file) (:id file) :components component-id)
|
||||
:the/end))))
|
||||
|
||||
(t/deftest test-instantiate-component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue