mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 03:03:26 +00:00
With SendSearchComponent migrated to OnPush change detection, the workaround that forced change detection via ChangeDetectorRef is no longer needed. This commit removes: - ChangeDetectorRef import and injection - The effect() in constructor that called markForCheck() - The detectChanges() call in addSend() Co-authored-by: Will Martin <willmartian@users.noreply.github.com>