Skip to content

Commit

Permalink
Fixed: IndexForNewTabConf
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Aug 30, 2023
1 parent 8d1d730 commit 2cf482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/tabs.fg.create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ export function getPanelForNewTab(tab: Tab): TabsPanel | undefined {

interface IndexForNewTabConf {
openerTabId?: ID
autoGroupped: boolean
autoGroupped?: boolean
index: number
}

Expand Down

0 comments on commit 2cf482e

Please sign in to comment.