mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 06:16:37 +02:00
✅ Components refactor: Add tests for remove swap slot on copy-paste
This commit is contained in:
parent
9c8a5484e1
commit
d221241451
4 changed files with 905 additions and 2 deletions
|
@ -54,3 +54,8 @@
|
|||
(doall (for [event events]
|
||||
(ptk/emit! store event)))
|
||||
(ptk/emit! store :the/end)))
|
||||
|
||||
(defn get-file-from-store
|
||||
[store]
|
||||
(-> (:workspace-file store)
|
||||
(assoc :data (:workspace-data store))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue