mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-03 15:47:05 +02:00
Remove unused project name from export dialog (#2427)
* Remove unused project name from export dialog * snaps
This commit is contained in:
@@ -68,7 +68,6 @@ export type AppState = {
|
||||
cursorY: number;
|
||||
cursorButton: "up" | "down";
|
||||
scrolledOutside: boolean;
|
||||
name: string;
|
||||
username: string;
|
||||
isCollaborating: boolean;
|
||||
isResizing: boolean;
|
||||
|
Reference in New Issue
Block a user