@supernova-studio/client 0.54.23 → 0.54.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -10934,7 +10934,7 @@ function parseAsTableCell(prosemirrorNode) {
|
|
|
10934
10934
|
return null;
|
|
10935
10935
|
const textAlign = getProsemirrorAttribute(prosemirrorNode, "textAlign", z235.string().optional());
|
|
10936
10936
|
let columnWidth;
|
|
10937
|
-
const columnWidthArray = getProsemirrorAttribute(prosemirrorNode, "colwidth", z235.array(z235.number()).
|
|
10937
|
+
const columnWidthArray = getProsemirrorAttribute(prosemirrorNode, "colwidth", z235.array(z235.number()).nullish());
|
|
10938
10938
|
if (columnWidthArray) {
|
|
10939
10939
|
columnWidth = roundDimension(columnWidthArray[0]);
|
|
10940
10940
|
}
|