mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 07:20:21 +02:00
add mobile mode as well
This commit is contained in:
@@ -448,7 +448,7 @@ export interface AppState {
|
||||
lockedMultiSelections: { [groupId: string]: true };
|
||||
|
||||
/** properties sidebar mode - determines whether to show compact or complete sidebar */
|
||||
stylesPanelMode: "compact" | "full";
|
||||
stylesPanelMode: "compact" | "full" | "mobile";
|
||||
}
|
||||
|
||||
export type SearchMatch = {
|
||||
|
Reference in New Issue
Block a user