mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 15:06:13 +02:00
🐛 Fix race condition issues on workspace.
This commit is contained in:
parent
9925716134
commit
7874971550
7 changed files with 58 additions and 44 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue