Fixed #3529 - [2.] Tooltip: "escape" option is always false when tooltip is updated

pull/4452/head
Tuğçe Küçükoğlu 2023-08-14 18:32:16 +03:00
parent 9b326cbb19
commit c68ceee2ac
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ const Tooltip = {
else {
el.$_ptooltipValue = options.value.value;
el.$_ptooltipDisabled = options.value.disabled;
el.$_ptooltipEscape = false;
el.$_ptooltipEscape = options.value.escape || false;
}
}
};