0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 11:38:24 -05:00

🐛 Fix toolbar hidden after path creation

This commit is contained in:
AzazelN28 2024-04-03 13:11:47 +02:00 committed by Alonso Torres
parent 357cdb807b
commit 6b84eef14b

View file

@ -28,7 +28,6 @@
[app.main.data.modal :as md] [app.main.data.modal :as md]
[app.main.data.workspace.changes :as dch] [app.main.data.workspace.changes :as dch]
[app.main.data.workspace.collapse :as dwc] [app.main.data.workspace.collapse :as dwc]
[app.main.data.workspace.edition :as dwe]
[app.main.data.workspace.libraries-helpers :as dwlh] [app.main.data.workspace.libraries-helpers :as dwlh]
[app.main.data.workspace.specialized-panel :as-alias dwsp] [app.main.data.workspace.specialized-panel :as-alias dwsp]
[app.main.data.workspace.state-helpers :as wsh] [app.main.data.workspace.state-helpers :as wsh]
@ -151,7 +150,7 @@
objects (wsh/lookup-page-objects state page-id)] objects (wsh/lookup-page-objects state page-id)]
(rx/of (rx/of
(dwc/expand-all-parents [id] objects) (dwc/expand-all-parents [id] objects)
(dwe/clear-edition-mode) :interrupt
::dwsp/interrupt)))))) ::dwsp/interrupt))))))
(defn select-prev-shape (defn select-prev-shape