aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/dumbyUtils.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dumbyUtils.mjs')
-rw-r--r--src/dumbyUtils.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dumbyUtils.mjs b/src/dumbyUtils.mjs
index a449646..8bd4423 100644
--- a/src/dumbyUtils.mjs
+++ b/src/dumbyUtils.mjs
@@ -165,6 +165,7 @@ export const createGeoLink = (link) => {
165 // TODO refactor as data attribute 165 // TODO refactor as data attribute
166 link.targets = params.get('id')?.split(',') ?? null 166 link.targets = params.get('id')?.split(',') ?? null
167 link.type = params.get('type') ?? null 167 link.type = params.get('type') ?? null
168 link.title = 'Left-Click to move Camera, Middle-Click to clean anchor'
168 169
169 link.lines = [] 170 link.lines = []
170 171