Add info pane for events

This commit is contained in:
Jon Staab
2024-10-15 14:00:15 -07:00
parent c3cd4db270
commit b6dbc7db55
6 changed files with 125 additions and 45 deletions
+5 -1
View File
@@ -19,7 +19,11 @@
if (element) {
const target = document.createElement("div")
popover = tippy(element, {content: target, animation: "shift-away", ...params})
popover = tippy(element, {
content: target,
animation: "shift-away",
...params,
})
instance = new component({target, props})