mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update appState.ts
This commit is contained in:
parent
cf34cbdd30
commit
b80706cd4a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ const APP_STATE_STORAGE_CONF = (<
|
||||||
Values extends {
|
Values extends {
|
||||||
/** whether to keep when storing to browser storage (localStorage/IDB) */
|
/** whether to keep when storing to browser storage (localStorage/IDB) */
|
||||||
browser: boolean;
|
browser: boolean;
|
||||||
/** whether to keep when exporting to text file */
|
/** whether to keep when exporting to a text file */
|
||||||
text: boolean;
|
text: boolean;
|
||||||
/** whether to keep when exporting to an image file */
|
/** whether to keep when exporting to an image file */
|
||||||
image: boolean;
|
image: boolean;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue