Skip to content

Commit

Permalink
Major: fix regression preventing html export!
Browse files Browse the repository at this point in the history
  • Loading branch information
bago committed Nov 10, 2022
1 parent 647bb03 commit 189ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/template-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function conditional_restore(html) {
}

function timedExportCleanedHTML(performanceAwareCaller, viewModel) {
return performanceAwareCaller("exportCleanedHTML", viewModel);
return performanceAwareCaller('exportCleanedHTML', exportCleanedHTML.bind(undefined, viewModel));
}

function exportCleanedHTML(viewModel) {
Expand Down

0 comments on commit 189ba7c

Please sign in to comment.