0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-04 19:11:20 -05:00

Remove duplicated events from workspace component.

This commit is contained in:
Andrey Antukh 2016-04-16 13:50:16 +03:00
parent 0ace777e00
commit d8c214a402
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -36,10 +36,7 @@
[own]
(let [[projectid pageid] (:rum/props own)]
(rs/emit! (dw/initialize projectid pageid)
(udp/fetch-pages projectid)
(udh/watch-page-changes)
(udh/fetch-page-history pageid)
(udh/fetch-pinned-page-history pageid))
(udh/watch-page-changes))
own))
(defn- workspace-did-mount