From e064bc236f1c9a23c4dbdfb3a9afb9e8b182b976 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Fri, 19 Sep 2025 00:54:24 +1000 Subject: [PATCH] add mobile mode as well --- packages/excalidraw/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excalidraw/types.ts b/packages/excalidraw/types.ts index 65f330ae2..b088f0a9e 100644 --- a/packages/excalidraw/types.ts +++ b/packages/excalidraw/types.ts @@ -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 = {