Stop pane from stealing focus from first selected item

This commit is contained in:
tidy-dev 2023-03-14 08:48:45 -04:00
parent 4cee176f2c
commit 0bdd850317

View file

@ -333,7 +333,6 @@ export class AppMenu extends React.Component<IAppMenuProps, {}> {
if (this.focusPane >= 0) {
const pane = this.paneRefs[this.focusPane]
if (pane) {
pane.focus()
this.focusPane = -1
}
}