Add message deletion

This commit is contained in:
Jon Staab
2024-10-16 11:27:27 -07:00
parent bd94cc502b
commit 13628aeb71
8 changed files with 116 additions and 9 deletions
+1
View File
@@ -22,6 +22,7 @@
popover = tippy(element, {
content: target,
animation: "shift-away",
appendTo: document.querySelector('.tippy-target')!,
...params,
})