diff --git a/src/data/json.ts b/src/data/json.ts index 958cbe23..037c5ca1 100644 --- a/src/data/json.ts +++ b/src/data/json.ts @@ -98,7 +98,12 @@ export const loadFromJSON = async ( // gets resolved. Else, iOS users cannot open `.excalidraw` files. // extensions: ["json", "excalidraw", "png", "svg"], }); - return loadFromBlob(await normalizeFile(file), localAppState, localElements); + return loadFromBlob( + await normalizeFile(file), + localAppState, + localElements, + file.handle, + ); }; export const isValidExcalidrawData = (data?: {