feat(app): add draft tab support to tabs store (#31343)

This commit is contained in:
Brendan Allan
2026-06-09 10:49:18 +08:00
committed by GitHub
parent 161247c70d
commit f565ff3c09
4 changed files with 100 additions and 5 deletions
+2
View File
@@ -447,6 +447,8 @@ export function Titlebar(props: { update?: TitlebarUpdate }) {
refreshTabsAreOverflowing()
})
if (tab.type !== "session") return null
return (
<>
{i() !== 0 && (