mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
namespacing fix
This commit is contained in:
@@ -25,7 +25,7 @@ export abstract class BaseTabComponent {
|
||||
}
|
||||
|
||||
setTitle (title: string) {
|
||||
this.title = title]
|
||||
this.title = title
|
||||
if (!this.customTitle) {
|
||||
this.titleChange$.next(title)
|
||||
}
|
||||
|
Reference in New Issue
Block a user