1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 03:03:26 +00:00
Files
browser/apps
claude[bot] 5ebacb0321 Remove CDR workaround since SendSearchComponent is now OnPush
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>
2026-02-02 18:29:28 +00:00
..