mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
CombodoTooltip: Enable interaction with tootlip's content (selection, click, ...)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user