web: enable toc toggle on new notes (#9201)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-01-14 10:52:24 +05:00
committed by GitHub
parent d19c5b9775
commit 69ea9992ce

View File

@@ -163,7 +163,6 @@ export function EditorActionBar() {
icon: TableOfContents,
enabled:
activeSession &&
activeSession.type !== "new" &&
activeSession.type !== "locked" &&
activeSession.type !== "diff" &&
activeSession.type !== "conflicted",