mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 06:30:43 +02:00
fix Et2LinkEntry/Et2LinkSearch still showed "??", after link_title returned the title
This commit is contained in:
@ -115,6 +115,8 @@ export class Et2LinkSearch extends Et2Select
|
|||||||
item.textContent = title;
|
item.textContent = title;
|
||||||
item.classList.remove("loading");
|
item.classList.remove("loading");
|
||||||
}
|
}
|
||||||
|
// update the displayed text
|
||||||
|
this.syncItemsFromValue();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user