perf: disable tab switch after layer node selected

This commit is contained in:
Lykin 2024-01-08 00:01:52 +08:00
parent e87b02e14c
commit 51a1b1b35f
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ const onUpdateSelectedKeys = (keys, options) => {
} }
} }
// default is load blank key to display server status // default is load blank key to display server status
tabStore.openBlank(props.server, props.db) // tabStore.openBlank(props.server)
} finally { } finally {
tabStore.setSelectedKeys(props.server, keys) tabStore.setSelectedKeys(props.server, keys)
} }