Improve tooltip
This commit is contained in:
parent
8c596f0749
commit
767e60bd60
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ export const showTooltip = (message: string, target: Element, tooltipClass?: str
|
|||
|
||||
if (tooltipClass) {
|
||||
messageElement.classList.add("tooltip--" + tooltipClass);
|
||||
} else {
|
||||
messageElement.className = "tooltip";
|
||||
}
|
||||
|
||||
let left = targetRect.left;
|
||||
|
|
Loading…
Add table
Reference in a new issue