Skip to content

Commit

Permalink
Merge pull request #133 from obgnail/dev
Browse files Browse the repository at this point in the history
fix: id -> textID
  • Loading branch information
obgnail authored Aug 31, 2023
2 parents aa279c9 + 2e5413e commit d0c8352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class loadPluginHelper {
if (this.check(instance)) {
instance.init();
const style = instance.style();
style && this.controller.utils.insertStyle(style.id, style.text);
style && this.controller.utils.insertStyle(style.textID, style.text);
instance.html();
instance.process();
this.controller.custom[instance.name] = instance;
Expand Down

0 comments on commit d0c8352

Please sign in to comment.