fix Et2LinkEntry/Et2LinkSearch still showed "??", after link_title returned the title

This commit is contained in:
ralf 2022-06-22 22:36:53 +02:00
parent e9af38081e
commit e54fbaffb1

View File

@ -115,6 +115,8 @@ export class Et2LinkSearch extends Et2Select
item.textContent = title;
item.classList.remove("loading");
}
// update the displayed text
this.syncItemsFromValue();
});
}
}