1
0
Fork 0

fix(plugin-title): Double assigment

This commit is contained in:
Joost De Cock 2022-07-10 16:36:44 +02:00
parent fdcd57e177
commit 1608ac36ad

View file

@ -43,8 +43,6 @@ export default {
so.scale = so.scale * this.context.settings.scale
let overwrite = true
if (so.append) overwrite = false
let prefix = ''
if (so.prefix) prefix = so.prefix
this.points[`_${prefix}_titleNr`] = so.at
.clone()
.attr('data-text', so.nr, overwrite)