update highlight for empty string right away, fixes #395
This commit is contained in:
parent
136b2c5fdb
commit
2a47b434a4
1 changed files with 2 additions and 0 deletions
|
@ -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});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue