From 69ea9992cea2584b796a38fc74d4618e391a5353 Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Wed, 14 Jan 2026 10:52:24 +0500 Subject: [PATCH] web: enable toc toggle on new notes (#9201) Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- apps/web/src/components/editor/action-bar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/components/editor/action-bar.tsx b/apps/web/src/components/editor/action-bar.tsx index 752fbb3e3..1ee1e6efa 100644 --- a/apps/web/src/components/editor/action-bar.tsx +++ b/apps/web/src/components/editor/action-bar.tsx @@ -163,7 +163,6 @@ export function EditorActionBar() { icon: TableOfContents, enabled: activeSession && - activeSession.type !== "new" && activeSession.type !== "locked" && activeSession.type !== "diff" && activeSession.type !== "conflicted",