mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 02:21:44 +08:00
Remove debug message on scroll.
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
(defonce scroll-top-s
|
||||
(->> scroll-s
|
||||
(rx/map :top)
|
||||
(rx/tap #(println "scroll:" %))
|
||||
(rx/dedupe)))
|
||||
|
||||
(defonce scroll-left-s
|
||||
|
||||
Reference in New Issue
Block a user