CombodoTooltip: Enable interaction with tootlip's content (selection, click, ...)

This commit is contained in:
Molkobain
2021-02-24 11:23:56 +01:00
parent 56a1a82ec8
commit a33b1303d2

View File

@@ -743,7 +743,8 @@ const CombodoTooltip = {
*/
InitTooltipFromMarkup: function (oElem, bForce = false) {
const oOptions = {
allowHTML: true, // Always true so line breaks can work. Don't worry content will be sanitized.
allowHTML: true, // Always true so line breaks can work. Don't worry content will be sanitized.
interactive: true, // Allow user to interact (select, click, ...) with the content
};
// First, check if the tooltip isn't already instantiated