Skip to content

Commit

Permalink
chore: Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchABus committed Aug 5, 2024
1 parent 08afa8d commit db3e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ class Chart {
let i;
if (this._resizeBeforeDraw) {
const {width, height} = this._resizeBeforeDraw;
// Unset pending draw now to avoid possible recursion within _resize
// Unset pending resize request now to avoid possible recursion within _resize
this._resizeBeforeDraw = null;
this._resize(width, height);
}
Expand Down

0 comments on commit db3e877

Please sign in to comment.