Skip to content

Commit

Permalink
Update GuidedStructure.js
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Apr 4, 2024
1 parent 381f48e commit 51aff59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class GuidedStructurePage extends Page {

this.addButton.innerText = "Add Format";
this.addButton.onClick = () => {
this.search.shadowRoot.querySelector('input').focus()
this.searchModal.toggle(true);
};

Expand Down

0 comments on commit 51aff59

Please sign in to comment.