aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/dumbyUtils.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dumbyUtils.mjs')
-rw-r--r--src/dumbyUtils.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dumbyUtils.mjs b/src/dumbyUtils.mjs
index 2efc3b1..fde4dae 100644
--- a/src/dumbyUtils.mjs
+++ b/src/dumbyUtils.mjs
@@ -265,7 +265,7 @@ export const addAnchorByPoint = ({
265 265
266 do { 266 do {
267 prompt = prompt ? 'Anchor name exists' : 'Name this anchor' 267 prompt = prompt ? 'Anchor name exists' : 'Name this anchor'
268 anchorName = window.prompt(prompt, `${x}, ${y}`) 268 anchorName = window.prompt(prompt, `${x},${y}`)
269 } 269 }
270 while (anchorName !== null && !validateAnchorName(anchorName)) 270 while (anchorName !== null && !validateAnchorName(anchorName))
271 if (anchorName === null) return 271 if (anchorName === null) return