Skip to content

Commit

Permalink
Update canvas.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Feb 7, 2025
1 parent dd8fb5c commit 0e12371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/scan/src/new-outlines/canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const getLabelText = (outlines: ActiveOutline[]): string => {
const partsEntries = getSortedEntries(countByNames);
let labelText = getLabelTextPart(partsEntries[0]);
for (let i = 1, len = partsEntries.length; i < len; i++) {
// biome-ignore lint/style/useTemplate: Templates are slow
labelText += ', ' + getLabelTextPart(partsEntries[i]);
}

Expand Down

0 comments on commit 0e12371

Please sign in to comment.