Skip to content

Commit

Permalink
fix autofocus and style bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Nov 16, 2023
1 parent cdc2e58 commit c79a492
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/css/steps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@
padding: 0.75rem;
}
button {
height: 1.75rem;
margin-top: 0.5rem;
white-space: nowrap;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/sequences/step_button_cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export class StepButtonCluster
searchTerm={searchTerm}
placeholder={t("Search commands and sequences...")}
customLeftIcon={<i />}
autoFocus={true}
autoFocus={Path.inDesigner()}
onEnter={() => {
if (first) {
click();
Expand Down

0 comments on commit c79a492

Please sign in to comment.