trigger findlayer changes
This commit is contained in:
parent
066de44cd2
commit
2480e1bd87
1 changed files with 1 additions and 1 deletions
|
@ -899,9 +899,9 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
||||||
},
|
},
|
||||||
focus: that.gainFocus,
|
focus: that.gainFocus,
|
||||||
highlightlayer: function(data) {
|
highlightlayer: function(data) {
|
||||||
console.log('!! hl', data)
|
|
||||||
self.options.findLayer = data;
|
self.options.findLayer = data;
|
||||||
submitFindInput(self.$findInput.value(), false);
|
submitFindInput(self.$findInput.value(), false);
|
||||||
|
that.triggerEvent('findlayer', data);
|
||||||
},
|
},
|
||||||
importannotations: function() {
|
importannotations: function() {
|
||||||
that.triggerEvent('importannotations');
|
that.triggerEvent('importannotations');
|
||||||
|
|
Loading…
Reference in a new issue