add image and table node to comment editor

* fix react error
This commit is contained in:
Philipinho
2026-07-03 20:10:07 +01:00
parent 15f893184e
commit 86687d2bf2
5 changed files with 30 additions and 5 deletions
@@ -53,6 +53,10 @@
margin-block-end: 0;
}
.ProseMirror :global(.tableWrapper) table {
min-width: 100% !important;
}
.actions {
}