mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 08:11:30 -05:00
Remove debug messages (added in previous commits).
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
parent
ffaca0f459
commit
cf817d4c8b
2 changed files with 0 additions and 3 deletions
|
@ -79,12 +79,10 @@
|
|||
(defn- handlers-render
|
||||
[own shape]
|
||||
(letfn [(on-mouse-down [vid event]
|
||||
(println "on-mouse-down" vid)
|
||||
(dom/stop-propagation event)
|
||||
(uuc/acquire-action! :resize/shape {:vid vid :shape (:id shape)}))
|
||||
|
||||
(on-mouse-up [vid event]
|
||||
(println "on-mouse-up" vid)
|
||||
(dom/stop-propagation event)
|
||||
(uuc/release-action! :resize/shape))]
|
||||
(let [{:keys [x y width height]} (ush/outer-rect' shape)]
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
(let [payload (:payload event)
|
||||
stoper (->> uuc/actions-s
|
||||
(rx/map :type)
|
||||
(rx/pr-log "kaka:")
|
||||
(rx/filter #(= :nothing %))
|
||||
(rx/take 1))]
|
||||
(as-> uuwb/mouse-delta-s $
|
||||
|
|
Loading…
Add table
Reference in a new issue