Skip to content

Commit

Permalink
chore: fixing tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentVoid13 committed Apr 12, 2021
1 parent 4a67a33 commit d708ea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export default class TemplaterPlugin extends Plugin {

await this.parser.setCurrentContext(file, ContextMode.DYNAMIC);
let new_html = await this.parser.parseTemplates(el.innerHTML);

el.innerHTML = new_html;
}
}
Expand Down

0 comments on commit d708ea4

Please sign in to comment.