diff --git a/src/Explorer/Panes/Tables/AddTableEntityPane.ts b/src/Explorer/Panes/Tables/AddTableEntityPane.ts index 3652a0a6a..9e4825d45 100644 --- a/src/Explorer/Panes/Tables/AddTableEntityPane.ts +++ b/src/Explorer/Panes/Tables/AddTableEntityPane.ts @@ -80,7 +80,7 @@ export default class AddTableEntityPane extends TableEntityPane { this.updateIsActionEnabled(); super.open(); } - const focusElement = document.getElementById("addTableEntityValue"); + const focusElement = document.getElementById("closeAddEntityPane"); focusElement && focusElement.focus(); } diff --git a/src/Explorer/Panes/Tables/TableAddEntityPane.html b/src/Explorer/Panes/Tables/TableAddEntityPane.html index f0975647c..575f1ef44 100644 --- a/src/Explorer/Panes/Tables/TableAddEntityPane.html +++ b/src/Explorer/Panes/Tables/TableAddEntityPane.html @@ -21,6 +21,7 @@