await the fade in..

This commit is contained in:
RossAscends
2025-06-05 15:51:11 +09:00
parent b55de85243
commit 42b2637707

View File

@@ -2301,7 +2301,7 @@ async function displayWorldEntries(name, data, navigation = navigation_option.no
});
worldEntriesList.css('opacity', '1');
//remove inline CSS on the list
await delay(250);
worldEntriesList.removeAttr('style');