fix(core): subscribe search not unsubscribe (#11929)

This commit is contained in:
EYHN
2025-04-23 13:56:58 +00:00
parent db5eadb72a
commit 4df75ec5d0
5 changed files with 44 additions and 22 deletions

View File

@@ -249,6 +249,7 @@ export class LinkedDocPopover extends SignalWatcher(
override disconnectedCallback() {
super.disconnectedCallback();
this._menusItemsEffectCleanup();
this._updateLinkedDocGroupAbortController?.abort();
}
override render() {