-
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Description
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=
let winbox = new WinBox(title,
{
html: rootElement.innerHTML,
onclose: function (force)
{
return false;
},
}
Metadata
Metadata
Assignees
Labels
No labels