Skip to content

Commit

Permalink
修改默认画布名称
Browse files Browse the repository at this point in the history
  • Loading branch information
linkxzhou committed Jul 6, 2023
1 parent 38237fb commit b5e5fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/excalidraw-app/app_constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const ROOM_ID_BYTES = 10;
export const STORAGE_KEYS = {
// LOCAL_STORAGE_ELEMENTS: "excalidraw",
LOCAL_STORAGE_CONTAINER_LIST: "excalidraw_container_list",
LOCAL_STORAGE_DEFAULT_CONTAINER_NAME: "default_canvas",
LOCAL_STORAGE_DEFAULT_CONTAINER_NAME: "new",
LOCAL_STORAGE_CONTAINER_ID: "excalidraw_container_id",
LOCAL_STORAGE_CONTAINER_NAME: "excalidraw_container_name",
LOCAL_STORAGE_APP_STATE: "excalidraw-state",
Expand Down

0 comments on commit b5e5fbc

Please sign in to comment.