diff options
Diffstat (limited to 'ext/js/display/display.js')
| -rw-r--r-- | ext/js/display/display.js | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 8387ae4f..9fd56e91 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -946,6 +946,8 @@ class Display extends EventDispatcher {          const container = this._container;          container.textContent = ''; +        this._displayAnki.setupEntriesBegin(); +          for (let i = 0, ii = dictionaryEntries.length; i < ii; ++i) {              if (i > 0) {                  await promiseTimeout(1);  |