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:
parent
0ace777e00
commit
d8c214a402
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue