mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 15:31:26 -05: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)
|
||||
|
||||
(st/emit! (udp/watch-page-changes pageid)
|
||||
(udu/watch-page-changes pageid)
|
||||
#_(udh/watch-page-changes pageid))
|
||||
(udu/watch-page-changes pageid))
|
||||
|
||||
(assoc own ::sub sub)))
|
||||
|
||||
|
@ -72,8 +71,7 @@
|
|||
(st/emit! (dw/initialize projectid pageid)
|
||||
::udp/stop-page-watcher
|
||||
(udp/watch-page-changes pageid)
|
||||
(udu/watch-page-changes pageid)
|
||||
#_(udh/watch-page-changes pageid)))
|
||||
(udu/watch-page-changes pageid))
|
||||
state))
|
||||
|
||||
(defn- on-scroll
|
||||
|
|
Loading…
Add table
Reference in a new issue