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

This commit is contained in:
EYHN
2025-04-23 13:56:58 +00:00
committed by liuyi
parent 21b7f02b0f
commit 8b486b4833
5 changed files with 44 additions and 22 deletions
@@ -249,6 +249,7 @@ export class LinkedDocPopover extends SignalWatcher(
override disconnectedCallback() {
super.disconnectedCallback();
this._menusItemsEffectCleanup();
this._updateLinkedDocGroupAbortController?.abort();
}
override render() {