mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
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:
parent
97dd5d2064
commit
dba265aaef
3 changed files with 2 additions and 129 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue