diff options
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index b9ea3802..c0d84dce 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -170,6 +170,10 @@ class Display extends EventDispatcher { ]); } + get displayGenerator() { + return this._displayGenerator; + } + get autoPlayAudioDelay() { return this._autoPlayAudioDelay; } @@ -523,6 +527,7 @@ class Display extends EventDispatcher { _onMessageSetOptionsContext({optionsContext}) { this.setOptionsContext(optionsContext); + this.searchLast(); } _onMessageSetContent({details}) { |