diff --git a/source/UI/js/Video/VideoAnnotationPanel.js b/source/UI/js/Video/VideoAnnotationPanel.js index 447e971a..e9d1d2c6 100644 --- a/source/UI/js/Video/VideoAnnotationPanel.js +++ b/source/UI/js/Video/VideoAnnotationPanel.js @@ -757,7 +757,7 @@ Ox.VideoAnnotationPanel = function(options, self) { autocomplete: self.words.map(function(word) { return word.value; }), - autocompleteReplace: true, + autocompleteReplace: false, autocompleteSelect: true, autocompleteSelectHighlight: true, autocompleteSelectMax: 10,