mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: bump browser-fs-acccess to 0.20.5 (#4018)
* bump browser-fs-acccess to 0.20.5 * add null check
This commit is contained in:
parent
e8b462cc31
commit
bea4a1e066
3 changed files with 6 additions and 6 deletions
|
@ -142,7 +142,7 @@ export const actionSaveToActiveFile = register({
|
|||
...appState,
|
||||
fileHandle,
|
||||
toastMessage: fileHandleExists
|
||||
? fileHandle.name
|
||||
? fileHandle?.name
|
||||
? t("toast.fileSavedToFilename").replace(
|
||||
"{filename}",
|
||||
`"${fileHandle.name}"`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue