Skip to content

Commit 038af10

Browse files
committed
Fix Line → Circle Labeling
1 parent 33b2f4f commit 038af10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apiManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export default class ApiManager {
414414
const py1 = offsetY % 1000;
415415
that.templateManager.createTemplate(
416416
imageData,
417-
`${currentColorInfo?.name ?? 'Unknown Color'} Line`,
417+
`${currentColorInfo?.name ?? 'Unknown Color'} Circle`,
418418
[tx1, ty1, px1, py1],
419419
"lt",
420420
)

0 commit comments

Comments
 (0)