mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
Remove useless println's.
This commit is contained in:
parent
3b2078ac56
commit
2742a7a4ec
@ -42,12 +42,10 @@
|
|||||||
(defn- handlers-render
|
(defn- handlers-render
|
||||||
[own shape]
|
[own shape]
|
||||||
(letfn [(on-mouse-down [vid event]
|
(letfn [(on-mouse-down [vid event]
|
||||||
(println "on-mouse-down" vid)
|
|
||||||
(dom/stop-propagation event)
|
(dom/stop-propagation event)
|
||||||
(uuc/acquire-action! :resize/shape {:vid vid :shape (:id shape)}))
|
(uuc/acquire-action! :resize/shape {:vid vid :shape (:id shape)}))
|
||||||
|
|
||||||
(on-mouse-up [vid event]
|
(on-mouse-up [vid event]
|
||||||
(println "on-mouse-up" vid)
|
|
||||||
(dom/stop-propagation event)
|
(dom/stop-propagation event)
|
||||||
(uuc/release-action! :resize/shape))]
|
(uuc/release-action! :resize/shape))]
|
||||||
(let [{:keys [x y width height]} (ush/outer-rect' shape)]
|
(let [{:keys [x y width height]} (ush/outer-rect' shape)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user