@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.mjs
CHANGED
|
@@ -10999,6 +10999,7 @@ function applyVisualTableRepair(sourceTree, repair) {
|
|
|
10999
10999
|
});
|
|
11000
11000
|
rowsToRebuildText.add(row.id);
|
|
11001
11001
|
}
|
|
11002
|
+
if (cells.length > 0) rowsToRebuildText.add(row.id);
|
|
11002
11003
|
}
|
|
11003
11004
|
}
|
|
11004
11005
|
for (const continuation of tableRepair.continuationRows) {
|