Skip to content

Commit

Permalink
fix(part-service): the update is triggered when uninstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
Gggpound committed Jun 4, 2024
1 parent 2925c68 commit 5c4837f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/services/parts/parts.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class UIPartsService extends Disposable implements IUIPartsService {
if (components.size === 0) {
this._componentsByPart.delete(part);
}
this._componentRegistered$.next(part);
});
}

Expand Down

0 comments on commit 5c4837f

Please sign in to comment.