Fix bad constructor when adding attrs that are not part of the parent and fix tom-select on safari

This commit is contained in:
2024-10-16 14:59:02 +02:00
parent 677ff51ea5
commit 66dceefcf0
5 changed files with 26 additions and 21 deletions

View File

@ -307,7 +307,10 @@ exportToHtml("loadViewer", (config: ViewerConfig) => {
});
// refresh the identified users list
await this.currentPicture.loadIdentifications({ forceReload: true });
// Clear selection and cache of retrieved user so they can be filtered again
widget.clear(false);
widget.clearOptions();
},
/**