cancelAnimationFrame
This commit is contained in:
@@ -186,6 +186,7 @@ export abstract class UmbBaseExtensionsInitializer<
|
||||
hostDisconnected(): void {
|
||||
super.hostDisconnected();
|
||||
if (this.#changeDebounce) {
|
||||
cancelAnimationFrame(this.#changeDebounce);
|
||||
this.#notifyChange();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user