mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 05:51:38 +02:00
Merge remote-tracking branch 'origin/main' into develop
This commit is contained in:
commit
741d2b3f3c
15 changed files with 133 additions and 88 deletions
|
@ -340,7 +340,10 @@
|
|||
pre-process-images
|
||||
(->> (rx/from nodes)
|
||||
(rx/filter media-node?)
|
||||
(rx/merge-map
|
||||
;; TODO: this should be merge-map, but we disable the
|
||||
;; parallel upload until we resolve resource usage issues
|
||||
;; on backend.
|
||||
(rx/mapcat
|
||||
(fn [node]
|
||||
(->> (resolve-media context file-id node)
|
||||
(rx/map (fn [result] [node result])))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue