mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05: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
|
||||
(do
|
||||
(dom/stop-propagation event)
|
||||
(uuc/release-action! :draw/selrect)
|
||||
(uuc/release-action! :shape/movement))))
|
||||
|
||||
(declare handlers)
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
:else
|
||||
(do
|
||||
(dom/stop-propagation event)
|
||||
(uuc/release-action! :draw/selrect)
|
||||
(uuc/release-action! :shape/movement))))
|
||||
|
||||
(defn- text-component-did-mount
|
||||
|
|
Loading…
Reference in a new issue