Skip to content

Commit 3540b7e

Browse files
committed
Added autofocus on regex input
1 parent 1121f04 commit 3540b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</head>
8181
<body>
8282
<div>
83-
<input type="text" id="query">
83+
<input type="text" id="query" autofocus>
8484
<div style="text-align: center">
8585
<button class="button" id="prev">Prev</button>
8686
<button class="button" id="next">Next</button>

0 commit comments

Comments
 (0)