0
Fork 0
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:
Andrey Antukh 2016-03-19 19:13:23 +02:00
parent 2201339887
commit e050c16f9a

View file

@ -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 %))))