Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Mar 18, 2024
1 parent fd1189e commit bdbac83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**
2 changes: 2 additions & 0 deletions src/ScrollBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ export class ScrollBox extends Container
this.__height = value;
this._dimensionChanged = true;
this.resize();
this.scrollTop();
}

/** Gets component width. */
Expand All @@ -721,6 +722,7 @@ export class ScrollBox extends Container
this.__width = value;
this._dimensionChanged = true;
this.resize();
this.scrollTop();
}

protected update()
Expand Down

0 comments on commit bdbac83

Please sign in to comment.