diff --git a/src/lib/components/Editor.svelte b/src/lib/components/Editor.svelte index f118f30..c63b5f2 100644 --- a/src/lib/components/Editor.svelte +++ b/src/lib/components/Editor.svelte @@ -2790,7 +2790,7 @@ if (child.attrs.colspan && child.attrs.colspan > 1) hasStyling = true; if (child.attrs.rowspan && child.attrs.rowspan > 1) hasStyling = true; } - return false; + return true; }); if (hasStyling) { const tempDiv = document.createElement('div');