forked from 0x2620/oxjs
don't show tooltip while editing an arrayeditable
This commit is contained in:
parent
a5f7dd720a
commit
d3d7427bfe
2 changed files with 4 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue