@paperless/angular 2.20.0 → 2.20.1
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.
|
@@ -4332,7 +4332,7 @@ let Table = class Table {
|
|
|
4332
4332
|
const promises = [];
|
|
4333
4333
|
for (const cell of cells) {
|
|
4334
4334
|
if (cell.style.width?.length) {
|
|
4335
|
-
cell.style
|
|
4335
|
+
cell.setAttribute('style', '');
|
|
4336
4336
|
}
|
|
4337
4337
|
promises.push(new Promise(resolve => setTimeout(() => {
|
|
4338
4338
|
const rect = cell.getBoundingClientRect();
|