diff options
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 9824c25e..d061859e 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -507,7 +507,7 @@ class Display extends EventDispatcher { } } - _onQueryParserSearch({type, definitions, sentence, input: {cause}, textSource}) { + _onQueryParserSearch({type, definitions, sentence, inputInfo: {cause}, textSource}) { const query = textSource.text(); const history = (cause === 'click'); const details = { |