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,
|
||||
version: version,
|
||||
hooks: {
|
||||
preRenderSvg: function(next) {
|
||||
preRender: function(next) {
|
||||
this.attributes.add("freesewing:plugin-title", version);
|
||||
this.style += style;
|
||||
next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue