@claritylabs/cl-sdk 3.1.10 → 3.1.11
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.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11367,6 +11367,7 @@ function applyVisualTableRepair(sourceTree, repair) {
|
|
|
11367
11367
|
});
|
|
11368
11368
|
rowsToRebuildText.add(row.id);
|
|
11369
11369
|
}
|
|
11370
|
+
if (cells.length > 0) rowsToRebuildText.add(row.id);
|
|
11370
11371
|
}
|
|
11371
11372
|
}
|
|
11372
11373
|
for (const continuation of tableRepair.continuationRows) {
|