mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-24 06:46:01 +02:00
Fix error syncing due to missing context
This commit is contained in:
@@ -129,7 +129,7 @@ export class Et2LinkSearch extends Et2Select
|
||||
// Not already rendered, update the select option
|
||||
this.requestUpdate("select_options");
|
||||
// update the displayed text
|
||||
this.updateComplete.then(this.syncItemsFromValue);
|
||||
this.updateComplete.then(() => this.syncItemsFromValue());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user