diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index e27281ee..e205b841 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -1188,6 +1188,8 @@ Ox.VideoEditor = function(options, self) { } else { self.$findInput.focusInput(true); } + } + if (hasPressedEnter || !self.options.find) { self.$annotationPanel.options({highlight: self.options.find}); } }