forked from 0x2620/oxjs
update list of users on edit annotation (fixes #382)
This commit is contained in:
parent
0883bc7127
commit
9558070d8f
2 changed files with 101 additions and 79 deletions
|
|
@ -192,7 +192,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
self.results = [];
|
||||
self.words = getWords();
|
||||
|
||||
Ox.print('VIDEO EDITOR OPTIONS', self.options)
|
||||
//Ox.print('VIDEO EDITOR OPTIONS', self.options)
|
||||
|
||||
self.$editor = Ox.Element()
|
||||
.addClass('OxVideoEditor')
|
||||
|
|
@ -997,6 +997,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
self.options.find && submitFindInput(self.options.find);
|
||||
self.editing = false;
|
||||
setTimelineState();
|
||||
self.$annotationPanel.removeItem();
|
||||
that.triggerEvent('removeannotation', data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue