Skip to content

Commit

Permalink
mutator: skip an extra measure (#27760)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Apr 20, 2020
1 parent fedf50c commit ca61ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/mutator-impl.js
Expand Up @@ -225,7 +225,7 @@ export class MutatorImpl {
}
// With IntersectionObserver, "relayout top" is no longer needed since
// relative positional changes won't affect correctness.
if (!this.intersect_) {
if (!this.intersect_ && !skipRemeasure) {
relayoutTop = calcRelayoutTop();
}
},
Expand Down

0 comments on commit ca61ae1

Please sign in to comment.