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 fee2242 commit 4833994Copy full SHA for 4833994
fluent-dom/src/dom_localization.js
@@ -168,6 +168,9 @@ export default class DOMLocalization extends Localization {
168
169
if (this.roots.size === 0) {
170
this.mutationObserver = null;
171
+ if (this.windowElement && this.pendingrAF) {
172
+ this.windowElement.cancelAnimationFrame(this.pendingrAF);
173
+ }
174
this.windowElement = null;
175
this.pendingrAF = null;
176
this.pendingElements.clear();
0 commit comments