Skip to content

Commit

Permalink
Add workaround for template update on id change
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Apr 9, 2017
1 parent ad75f65 commit 65dd6c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/client/routes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FlowRouter.triggers.enter([
function () { BlazeLayout.reset() }
]);

// configure
BlazeLayout.setRoot('body');

Expand Down

0 comments on commit 65dd6c1

Please sign in to comment.