video editor: highlight-as-you-type (fixes #395)
This commit is contained in:
parent
73bd672b15
commit
658fca3c76
1 changed files with 1 additions and 1 deletions
|
@ -1210,8 +1210,8 @@ Ox.VideoEditor = function(options, self) {
|
|||
} else {
|
||||
self.$findInput.focusInput(true);
|
||||
}
|
||||
self.$annotationPanel.options({highlight: self.options.find});
|
||||
}
|
||||
self.$annotationPanel.options({highlight: self.options.find});
|
||||
}
|
||||
|
||||
function toggleAnnotations(data) {
|
||||
|
|
Loading…
Reference in a new issue