You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked an async version at https://github.com/jddurand/winbox/tree/async - not beeing a js expert this is with no guarantee.
Webpack not done, you have to grab from src.
Tested with blazor and works fine with me.
This is the reproduce code:
let winbox = new WinBox(title,
{
html: rootElement.innerHTML,
onclose: async function (force)
{
return false;
},
}
If I change to the below then it works=
The text was updated successfully, but these errors were encountered: