Merge pull request #4637 from sbwalker/dev

synchronize interop.js with .NET MAUI
This commit is contained in:
Shaun Walker 2024-09-19 12:14:36 -04:00 committed by GitHub
commit 3682a1010d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,7 +198,9 @@ Oqtane.Interop = {
}
promises.push(new Promise((resolve, reject) => {
if (loadjs.isDefined(bundles[b])) {
loadjs.ready(bundles[b], () => {
resolve(true);
});
}
else {
loadjs(urls, bundles[b], {