Skip to content

Commit 41db8dc

Browse files
authored
Update index.html
1 parent 5479fa9 commit 41db8dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- S3 Bucket Explorer Version: 3.0.1 -->
1+
<!-- S3 Bucket Explorer Version: 3.0.2 -->
22

33
<!DOCTYPE html>
44
<html lang="en" style="overflow-y: auto;">
@@ -264,7 +264,8 @@ <h2 class="subtitle" v-html="config.subtitleHTML"></h2>
264264
:icon-right="searchPrefix !== '' ? 'close-circle' : ''"
265265
icon-right-clickable
266266
@icon-right-click="searchPrefix = ''; searchByPrefix()"
267-
@keyup.enter="searchByPrefix">
267+
@keydown.enter="searchByPrefix"
268+
enterkeyhint="search">
268269
</b-input>
269270
</b-field>
270271

0 commit comments

Comments
 (0)