Skip to content

Commit

Permalink
UpdateLabelScale on fit
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Feb 11, 2025
1 parent 8a70d7a commit 847f012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/drawLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ export class DrawLayer {
this.#konvaStage.scale().y !== newScale.y) {
this.#fitScale = newFitScale;
this.#konvaStage.scale(newScale);
this.#updateLabelScale(newScale);
}

// view offset
Expand Down

0 comments on commit 847f012

Please sign in to comment.