synchronize interop.js with .NET MAUI
This commit is contained in:
parent
5d8d815d84
commit
f8b58866dc
@ -198,7 +198,9 @@ Oqtane.Interop = {
|
|||||||
}
|
}
|
||||||
promises.push(new Promise((resolve, reject) => {
|
promises.push(new Promise((resolve, reject) => {
|
||||||
if (loadjs.isDefined(bundles[b])) {
|
if (loadjs.isDefined(bundles[b])) {
|
||||||
resolve(true);
|
loadjs.ready(bundles[b], () => {
|
||||||
|
resolve(true);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
loadjs(urls, bundles[b], {
|
loadjs(urls, bundles[b], {
|
||||||
|
Reference in New Issue
Block a user