Fix race condition in ChillCollectionType

In some dcase, the collection is not initialized when a showHide is launched before the collection is fully initialized.
This commit is contained in:
2024-10-15 09:08:29 +02:00
parent 1313b6f138
commit 13dbbb6741
4 changed files with 37 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ window.addEventListener('DOMContentLoaded', function() {
// ShowHide instance for send external
new ShowHide({
debug: true,
debug: false,
load_event: null,
froms: [divTransitions],
container: [sendExternalContainer],