mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 09:16:14 +02:00
Remove commented code.
This commit is contained in:
parent
94677f2f7e
commit
54d41dd372
1 changed files with 2 additions and 4 deletions
|
@ -53,8 +53,7 @@
|
||||||
(scroll-to-page-center)
|
(scroll-to-page-center)
|
||||||
|
|
||||||
(st/emit! (udp/watch-page-changes pageid)
|
(st/emit! (udp/watch-page-changes pageid)
|
||||||
(udu/watch-page-changes pageid)
|
(udu/watch-page-changes pageid))
|
||||||
#_(udh/watch-page-changes pageid))
|
|
||||||
|
|
||||||
(assoc own ::sub sub)))
|
(assoc own ::sub sub)))
|
||||||
|
|
||||||
|
@ -72,8 +71,7 @@
|
||||||
(st/emit! (dw/initialize projectid pageid)
|
(st/emit! (dw/initialize projectid pageid)
|
||||||
::udp/stop-page-watcher
|
::udp/stop-page-watcher
|
||||||
(udp/watch-page-changes pageid)
|
(udp/watch-page-changes pageid)
|
||||||
(udu/watch-page-changes pageid)
|
(udu/watch-page-changes pageid))
|
||||||
#_(udh/watch-page-changes pageid)))
|
|
||||||
state))
|
state))
|
||||||
|
|
||||||
(defn- on-scroll
|
(defn- on-scroll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue