🐛 Fix race condition issues on workspace.

This commit is contained in:
Andrey Antukh 2021-12-09 16:49:06 +01:00 committed by Andrés Moya
parent 9925716134
commit 7874971550
7 changed files with 58 additions and 44 deletions

View file

@ -114,7 +114,9 @@
:changes changes}))))
(defn commit-changes
[{:keys [redo-changes undo-changes origin save-undo? file-id] :or {save-undo? true}}]
[{:keys [redo-changes undo-changes
origin save-undo? file-id]
:or {save-undo? true}}]
(log/debug :msg "commit-changes"
:js/redo-changes redo-changes
:js/undo-changes undo-changes)