fix: apply splitview styles on deserialize

This commit is contained in:
mathuo 2023-10-04 21:00:17 +01:00
parent 1661ff77d2
commit b5c3bcc86a
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -157,6 +157,7 @@ export class BranchNode extends CompositeDisposable implements IView {
orientation: this.orientation,
descriptor,
proportionalLayout,
styles,
});
}