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