fix(editor): Fix opening 'Schema' view by default after opening binary nodes (#13676)

This commit is contained in:
Jaakko Husso 2025-03-05 16:20:13 +02:00 committed by GitHub
parent 8790a0df3d
commit 3cd34b5af6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1171,7 +1171,7 @@ function init() {
} else if (displayMode.value === 'binary') {
ndvStore.setPanelDisplayMode({
pane: props.paneType,
mode: 'table',
mode: 'schema',
});
}
}