mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 07:56:09 +02:00
🐛 Disable old urls when moving files between projects
This commit is contained in:
parent
2c007e7303
commit
c189b5e638
3 changed files with 21 additions and 14 deletions
|
@ -280,7 +280,7 @@
|
|||
;; WTF is this?
|
||||
share-id (-> state :viewer-local :share-id)
|
||||
stoper (rx/filter (ptk/type? ::fetch-bundle) stream)]
|
||||
(->> (rx/zip (rp/cmd! :get-file {:id file-id :features features})
|
||||
(->> (rx/zip (rp/cmd! :get-file {:id file-id :features features :project-id project-id})
|
||||
(fetch-thumbnail-blobs file-id)
|
||||
(rp/cmd! :get-project {:id project-id})
|
||||
(rp/cmd! :get-team-users {:file-id file-id})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue