don't show tooltip while editing an arrayeditable

This commit is contained in:
rolux 2018-10-09 18:56:30 +02:00
commit d3d7427bfe
2 changed files with 4 additions and 2 deletions

View file

@ -325,7 +325,7 @@ Ox.AnnotationFolder = function(options, self) {
that.triggerEvent('add', {value: data.value || ''});
},
blur: function(data) {
if (data.id[0] == '_') {
if (data && data.id[0] == '_') {
changeAnnotation(data);
} else {
// the video editor will, if it has not received focus,