We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195323c commit b5f8a6dCopy full SHA for b5f8a6d
lib/elements/dom-if.js
@@ -425,8 +425,8 @@ class DomIfFast extends DomIfBase {
425
__syncHostProperties() {
426
const syncInfo = this.__syncInfo;
427
if (syncInfo) {
428
- syncInfo.runEffects(syncInfo.changedProps, syncInfo.hasPaths);
429
this.__syncInfo = null;
+ syncInfo.runEffects(syncInfo.changedProps, syncInfo.hasPaths);
430
}
431
432
0 commit comments