We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5479fa9 commit 41db8dcCopy full SHA for 41db8dc
index.html
@@ -1,4 +1,4 @@
1
-<!-- S3 Bucket Explorer Version: 3.0.1 -->
+<!-- S3 Bucket Explorer Version: 3.0.2 -->
2
3
<!DOCTYPE html>
4
<html lang="en" style="overflow-y: auto;">
@@ -264,7 +264,8 @@ <h2 class="subtitle" v-html="config.subtitleHTML"></h2>
264
:icon-right="searchPrefix !== '' ? 'close-circle' : ''"
265
icon-right-clickable
266
@icon-right-click="searchPrefix = ''; searchByPrefix()"
267
- @keyup.enter="searchByPrefix">
+ @keydown.enter="searchByPrefix"
268
+ enterkeyhint="search">
269
</b-input>
270
</b-field>
271
0 commit comments