feat(app): add draft tab support to tabs store (#31343)
This commit is contained in:
@@ -447,6 +447,8 @@ export function Titlebar(props: { update?: TitlebarUpdate }) {
|
||||
refreshTabsAreOverflowing()
|
||||
})
|
||||
|
||||
if (tab.type !== "session") return null
|
||||
|
||||
return (
|
||||
<>
|
||||
{i() !== 0 && (
|
||||
|
||||
Reference in New Issue
Block a user