Fix merge conflict markers and logic bugs found in code review

Co-authored-by: xet7 <15545+xet7@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-07 16:33:00 +00:00
parent 97dd5d2064
commit dba265aaef
3 changed files with 2 additions and 129 deletions

View file

@ -1342,7 +1342,6 @@ BlazeComponent.extendComponent({
'keyup .js-search-member-input'(event) {
Session.set('addMemberPopup.error', '');
const query = event.target.value.trim();
this.searchQuery.set(query);
// Clear previous timeout
if (this.searchTimeout) {