mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 10:01:39 +02:00
Release also the selrect lock on mouse is up on shape.
This commit is contained in:
parent
2a0918a567
commit
39850689fa
2 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
||||||
:else
|
:else
|
||||||
(do
|
(do
|
||||||
(dom/stop-propagation event)
|
(dom/stop-propagation event)
|
||||||
|
(uuc/release-action! :draw/selrect)
|
||||||
(uuc/release-action! :shape/movement))))
|
(uuc/release-action! :shape/movement))))
|
||||||
|
|
||||||
(declare handlers)
|
(declare handlers)
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
:else
|
:else
|
||||||
(do
|
(do
|
||||||
(dom/stop-propagation event)
|
(dom/stop-propagation event)
|
||||||
|
(uuc/release-action! :draw/selrect)
|
||||||
(uuc/release-action! :shape/movement))))
|
(uuc/release-action! :shape/movement))))
|
||||||
|
|
||||||
(defn- text-component-did-mount
|
(defn- text-component-did-mount
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue