Components refactor: Add tests for remove swap slot on copy-paste

This commit is contained in:
Pablo Alba 2024-05-13 18:02:21 +02:00 committed by Andrés Moya
parent 9c8a5484e1
commit d221241451
4 changed files with 905 additions and 2 deletions

View file

@ -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))))