mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: refetch errored/pending images on collab room init load (#5833)
This commit is contained in:
parent
0228646507
commit
938ce241ff
2 changed files with 15 additions and 3 deletions
|
@ -285,6 +285,7 @@ const ExcalidrawWrapper = () => {
|
|||
collabAPI
|
||||
.fetchImageFilesFromFirebase({
|
||||
elements: data.scene.elements,
|
||||
forceFetchFiles: true,
|
||||
})
|
||||
.then(({ loadedFiles, erroredFiles }) => {
|
||||
excalidrawAPI.addFiles(loadedFiles);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue