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 fcee8ce commit c111a62Copy full SHA for c111a62
frontend/src/pages/org/collection-detail/collection-detail.ts
@@ -169,6 +169,11 @@ export class CollectionDetail extends BtrixElement {
169
return this.appState.isCrawler;
170
}
171
172
+ disconnectedCallback(): void {
173
+ window.clearTimeout(this.timerId);
174
+ super.disconnectedCallback();
175
+ }
176
+
177
protected async willUpdate(
178
changedProperties: PropertyValues<this> & Map<string, unknown>,
179
) {
0 commit comments