Skip to content

Commit

Permalink
Reorder based on review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jul 11, 2019
1 parent 195323c commit b5f8a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/dom-if.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ class DomIfFast extends DomIfBase {
__syncHostProperties() {
const syncInfo = this.__syncInfo;
if (syncInfo) {
syncInfo.runEffects(syncInfo.changedProps, syncInfo.hasPaths);
this.__syncInfo = null;
syncInfo.runEffects(syncInfo.changedProps, syncInfo.hasPaths);
}
}

Expand Down

0 comments on commit b5f8a6d

Please sign in to comment.