Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Jul 28, 2024
1 parent 5479fa9 commit 41db8dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- S3 Bucket Explorer Version: 3.0.1 -->
<!-- S3 Bucket Explorer Version: 3.0.2 -->

<!DOCTYPE html>
<html lang="en" style="overflow-y: auto;">
Expand Down Expand Up @@ -264,7 +264,8 @@ <h2 class="subtitle" v-html="config.subtitleHTML"></h2>
:icon-right="searchPrefix !== '' ? 'close-circle' : ''"
icon-right-clickable
@icon-right-click="searchPrefix = ''; searchByPrefix()"
@keyup.enter="searchByPrefix">
@keydown.enter="searchByPrefix"
enterkeyhint="search">
</b-input>
</b-field>

Expand Down

0 comments on commit 41db8dc

Please sign in to comment.