We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b2f4f commit 038af10Copy full SHA for 038af10
src/apiManager.js
@@ -414,7 +414,7 @@ export default class ApiManager {
414
const py1 = offsetY % 1000;
415
that.templateManager.createTemplate(
416
imageData,
417
- `${currentColorInfo?.name ?? 'Unknown Color'} Line`,
+ `${currentColorInfo?.name ?? 'Unknown Color'} Circle`,
418
[tx1, ty1, px1, py1],
419
"lt",
420
)
0 commit comments