1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00
This commit is contained in:
Eugene Pankov 2020-08-16 18:52:45 +02:00
parent 9e8c0ccb14
commit 4346030459
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -485,7 +485,7 @@ export class SplitTabComponent extends BaseTabComponent implements AfterViewInit
}
}
layout () {
layout (): void {
this.root.normalize()
this._spanners = []
this.layoutInternal(this.root, 0, 0, 100, 100)