Skip to content

Commit b5f8a6d

Browse files
committed
Reorder based on review feedback.
1 parent 195323c commit b5f8a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elements/dom-if.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ class DomIfFast extends DomIfBase {
425425
__syncHostProperties() {
426426
const syncInfo = this.__syncInfo;
427427
if (syncInfo) {
428-
syncInfo.runEffects(syncInfo.changedProps, syncInfo.hasPaths);
429428
this.__syncInfo = null;
429+
syncInfo.runEffects(syncInfo.changedProps, syncInfo.hasPaths);
430430
}
431431
}
432432

0 commit comments

Comments
 (0)