fix(plugin-title): Double assigment
This commit is contained in:
parent
fdcd57e177
commit
1608ac36ad
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ export default {
|
||||||
so.scale = so.scale * this.context.settings.scale
|
so.scale = so.scale * this.context.settings.scale
|
||||||
let overwrite = true
|
let overwrite = true
|
||||||
if (so.append) overwrite = false
|
if (so.append) overwrite = false
|
||||||
let prefix = ''
|
|
||||||
if (so.prefix) prefix = so.prefix
|
|
||||||
this.points[`_${prefix}_titleNr`] = so.at
|
this.points[`_${prefix}_titleNr`] = so.at
|
||||||
.clone()
|
.clone()
|
||||||
.attr('data-text', so.nr, overwrite)
|
.attr('data-text', so.nr, overwrite)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue