mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
Fix table styling not detected for HTML serialization
This commit is contained in:
@@ -2790,7 +2790,7 @@
|
|||||||
if (child.attrs.colspan && child.attrs.colspan > 1) hasStyling = true;
|
if (child.attrs.colspan && child.attrs.colspan > 1) hasStyling = true;
|
||||||
if (child.attrs.rowspan && child.attrs.rowspan > 1) hasStyling = true;
|
if (child.attrs.rowspan && child.attrs.rowspan > 1) hasStyling = true;
|
||||||
}
|
}
|
||||||
return false;
|
return true;
|
||||||
});
|
});
|
||||||
if (hasStyling) {
|
if (hasStyling) {
|
||||||
const tempDiv = document.createElement('div');
|
const tempDiv = document.createElement('div');
|
||||||
|
|||||||
Reference in New Issue
Block a user