Skip to content

Commit

Permalink
Merge pull request #443 from ONLYOFFICE/bugfix/fix-table-cells
Browse files Browse the repository at this point in the history
Web: Components: Fixed table columns for new design
  • Loading branch information
ilyaoleshko authored Oct 29, 2021
2 parents 8c7815d + 5e455bd commit b45ba69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/asc-web-components/table-container/TableHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ class TableHeader extends React.Component {
if (
(defaultSize &&
splitStorage[splitStorage.length - 2] !== `${defaultSize}px`) ||
this.getSubstring(splitStorage[0]) <= defaultMinColumnSize ||
isInvalid
) {
localStorage.removeItem(columnStorageName);
Expand Down

0 comments on commit b45ba69

Please sign in to comment.