summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/view/textanalyser_input.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/textanalyser_input.js b/src/client/view/textanalyser_input.js
index 8b54fb04..bf96db1b 100644
--- a/src/client/view/textanalyser_input.js
+++ b/src/client/view/textanalyser_input.js
@@ -87,6 +87,7 @@ function textanalyser_input(spec) {
getter: current_value,
setter: function (text, cursor) { update_element(text, cursor); },
selectionStart: selectionStart,
+ appendOnCompletion: ' ',
},
analysisCompleter = completer(element, $(spec.completer_name), completer_spec),
document_keydown = new Bacon.Bus(),