0
Fork 0
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:
Andrey Antukh 2016-02-27 14:12:32 +02:00
parent 2a0918a567
commit 39850689fa
2 changed files with 2 additions and 0 deletions

View file

@ -63,6 +63,7 @@
:else
(do
(dom/stop-propagation event)
(uuc/release-action! :draw/selrect)
(uuc/release-action! :shape/movement))))
(declare handlers)

View file

@ -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