Sending change signal on delete

This commit is contained in:
Fabian Stamm
2019-10-30 16:06:28 +01:00
parent 15df0351a4
commit a78e98a0c8
2 changed files with 36 additions and 37 deletions

View File

@ -36,8 +36,6 @@ Handlebars.registerHelper('ifCond', function (v1, operator, v2, options) {
});
const formsTemplate = Handlebars.compile(readFileSync("./views/forms.hbs").toString());
const cache = new Map<string, Handlebars.TemplateDelegate>();
export default function getTemplate(name: string) {