boom: Renamed preRenderSvg hook to preRender
This commit is contained in:
parent
2a4ec06c21
commit
bb4ade0d0f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default {
|
||||||
name: name,
|
name: name,
|
||||||
version: version,
|
version: version,
|
||||||
hooks: {
|
hooks: {
|
||||||
preRenderSvg: function(next) {
|
preRender: function(next) {
|
||||||
this.attributes.add("freesewing:plugin-title", version);
|
this.attributes.add("freesewing:plugin-title", version);
|
||||||
this.style += style;
|
this.style += style;
|
||||||
next();
|
next();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue