mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 13:09:22 +00:00
🐛 Fix debugging util
This commit is contained in:
parent
01ba68fd6f
commit
ff6f0b2744
@ -85,8 +85,7 @@
|
|||||||
(rx/merge
|
(rx/merge
|
||||||
;; Update the local copy of the thumbnails so we don't need to request it again
|
;; Update the local copy of the thumbnails so we don't need to request it again
|
||||||
(rx/of #(update % :workspace-thumbnails assoc object-id data))
|
(rx/of #(update % :workspace-thumbnails assoc object-id data))
|
||||||
(->> (rx/timer 5000)
|
(->> (rx/flat-map #(rp/cmd! :upsert-file-object-thumbnail params))
|
||||||
(rx/flat-map #(rp/cmd! :upsert-file-object-thumbnail params))
|
|
||||||
(rx/catch #(rx/empty))
|
(rx/catch #(rx/empty))
|
||||||
(rx/ignore))))
|
(rx/ignore))))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user