mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-29 22:29:02 +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.classList.remove("loading");
|
||||
}
|
||||
// update the displayed text
|
||||
this.syncItemsFromValue();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user