diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-08 16:25:04 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-08 16:28:31 +0200 |
| commit | ea7645b0e62e32276ab9605cc54b2c5e0a48ded8 (patch) | |
| tree | 167cc5681f166ee543c985cb7e16ea37d36ad689 /src/textanalysis.ui.js | |
| parent | 684d551196edcc590d16b1ab32b8da293352cc29 (diff) | |
completer: tab key can also hide, disabled on input since tab has other function there
Diffstat (limited to 'src/textanalysis.ui.js')
| -rw-r--r-- | src/textanalysis.ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textanalysis.ui.js b/src/textanalysis.ui.js index 8fff0d64..e53ad9a9 100644 --- a/src/textanalysis.ui.js +++ b/src/textanalysis.ui.js @@ -50,7 +50,7 @@ var typeselection = function TypeSelectionDialog() { return typeselection; }(); -var analysisCompleter = completer(element, $('#input-suggestion')); +var analysisCompleter = completer(element, $('#input-suggestion'), {hideOnTab: false}); function analyzeSentence(sentence, finalize) { |
