add ability to edit html email

This commit is contained in:
Alex Turchyn
2026-07-03 02:14:55 +03:00
committed by Pete Matsyburka
parent bdf5e58929
commit bba5626dea
14 changed files with 814 additions and 88 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function loadTiptap () {
}))
}
class LinkTooltip {
export class LinkTooltip {
constructor (container, editor, templateEl) {
this.container = container
this.editor = editor