Skip to content

Commit 53cfe98

Browse files
author
gsingh93
committed
Merge pull request #6 from ComFreek/patch-1
Added autofocus on regex input
2 parents 1121f04 + 3540b7e commit 53cfe98

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)