mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
Remove debug msg.
This commit is contained in:
parent
76cd1a48b8
commit
78e05f2d40
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@
|
|||
(as-> ss $
|
||||
(rx/filter #(= (vec %) [false true]) $)
|
||||
(rx/with-latest-from vector wb/mouse-s $)
|
||||
(rx/pr-log "kaka1" $)
|
||||
(rx/on-value $ (fn [[_ [x y :as pos]]]
|
||||
(let [scroll (or @wb/scroll-top 0)
|
||||
pos [x (+ y scroll)]]
|
||||
|
|
Loading…
Reference in a new issue