diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-22 15:29:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 15:29:51 -0500 |
commit | 2971f262f9851d588f815d5ea03de69f9594de5a (patch) | |
tree | 965d3f3a219c411a87f68d4991c4920f52def12a /ext/bg/js | |
parent | 7234cce4ae528db3e6177da1dbd499abd3c83837 (diff) |
Merge float into display (#1053)
* Update audio play delay
* Move frame endpoint to Display
* Move _invokeOwner and close implementation
* Move browser info assignment
* Move window message handler setup
* Move copy implementation
* Move document title function
* Move extension unload handler
* Move close handler
* Move history event handlers
* Remove DisplayFloat
* Remove unused
* Organize
* Move event listeners into prepare
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/search.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js index e68dccfd..498f4ade 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -56,6 +56,7 @@ class DisplaySearch extends Display { ['AltGraph', new Set()], ['Shift', new Set()] ]); + this.autoPlayAudioDelay = 0; } async prepare() { |