trigger findlayer changes

This commit is contained in:
j 2018-08-07 17:53:56 +01:00
parent 066de44cd2
commit 2480e1bd87

View file

@ -899,9 +899,9 @@ Ox.VideoAnnotationPanel = function(options, self) {
},
focus: that.gainFocus,
highlightlayer: function(data) {
console.log('!! hl', data)
self.options.findLayer = data;
submitFindInput(self.$findInput.value(), false);
that.triggerEvent('findlayer', data);
},
importannotations: function() {
that.triggerEvent('importannotations');