commit
c06021099e
|
@ -366,7 +366,7 @@ const Tooltip = {
|
||||||
|
|
||||||
bindEvents(target);
|
bindEvents(target);
|
||||||
} else if (typeof options.value === 'object' && options.value) {
|
} else if (typeof options.value === 'object' && options.value) {
|
||||||
if (ObjectUtils.isEmpty(options.value.value || options.value.value.trim() === '')) {
|
if (ObjectUtils.isEmpty(options.value.value) || options.value.value.trim() === '') {
|
||||||
unbindEvents(target);
|
unbindEvents(target);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue