Merge pull request #359 from mathuo/358-splitview-separator-style-on-fromjson

fix: apply splitview styles on deserialize
This commit is contained in:
mathuo 2023-10-04 21:08:12 +01:00 committed by GitHub
commit 859723a890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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