0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fix develop branch after merge

This commit is contained in:
Alejandro Alonso 2023-05-24 11:08:40 +02:00
parent 2801431fab
commit 1719f24b57

View file

@ -332,8 +332,8 @@
(cond-> (seq starting-flows)
(pcb/update-page-option :flows (fn [flows]
(->> (map :id starting-flows)
(reduce ctp/remove-flow flows))))))]
(reduce ctp/remove-flow flows))))))
undo-id (js/Symbol)]
(rx/of (dwu/start-undo-transaction undo-id)
(dc/detach-comment-thread ids)
(dch/commit-changes changes)