perf: disable tab switch after layer node selected
This commit is contained in:
parent
e87b02e14c
commit
51a1b1b35f
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue