Skip to content

Commit

Permalink
fix(grid): subcomponent style is not updated after monitoring data ch…
Browse files Browse the repository at this point in the history
…anges (#2991)
  • Loading branch information
betavs authored Jul 24, 2024
1 parent cca655a commit dfcd484
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/grid/grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ export default class Grid extends SuperComponent {
};

observers = {
'column,hover,align'() {
this.updateContentStyle();
},
'gutter,border'() {
'column,hover,align,gutter,border'() {
this.updateContentStyle();
this.doForChild((child) => child.updateStyle());
},
Expand Down

0 comments on commit dfcd484

Please sign in to comment.