mirror of
https://github.com/penpot/penpot.git
synced 2025-04-11 22:41:23 -05:00
Remove skip on page persistence stream.
This commit is contained in:
parent
2201339887
commit
e050c16f9a
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@
|
|||
[pageid]
|
||||
(as-> (focus-page pageid) $
|
||||
(rx/from-atom $)
|
||||
(rx/skip 1 $)
|
||||
(rx/dedupe #(dissoc % :version) $)
|
||||
(rx/debounce 1000 $)
|
||||
(rx/subscribe $ on-page-change #(throw %))))
|
||||
|
|
Loading…
Add table
Reference in a new issue