feat(shortcut): focus submit button after setting inputs
This commit is contained in:
parent
0c6bb812a4
commit
960b703e17
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ const setupActionsPage = async () => {
|
|||
[...inputs]
|
||||
.filter(([name]) => name !== "branch")
|
||||
.forEach(([name, value]) => setInput(name, value));
|
||||
|
||||
document.querySelector("details .workflow-dispatch button[type=submit]").focus();
|
||||
};
|
||||
|
||||
const setupPrPage = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue