mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
fixed improper split tab saving (fixes #2025)
This commit is contained in:
@@ -130,6 +130,11 @@ export class AppService {
|
|||||||
this.tabsChanged.next()
|
this.tabsChanged.next()
|
||||||
this.tabClosed.next(tab)
|
this.tabClosed.next(tab)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if (tab instanceof SplitTabComponent) {
|
||||||
|
tab.tabAdded$.subscribe(() => this.emitTabsChanged())
|
||||||
|
tab.tabRemoved$.subscribe(() => this.emitTabsChanged())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user