This commit is contained in:
Björn Fromme
2025-02-27 19:21:12 +01:00
parent f5d3619c4a
commit ac498f9040
15 changed files with 311 additions and 185 deletions
+5 -1
View File
@@ -31,6 +31,10 @@ export default class extends Controller {
} else {
element = this.element
}
tippy(element, options)
this.tooltip = tippy(element, options)
}
disconnect() {
this.tooltip.destroy()
}
}