Removing closeOnClick as it is not implemented

This commit is contained in:
David Négrier 2021-03-09 18:57:25 +01:00
parent bb8b222c22
commit 7fddcc28f1
3 changed files with 6 additions and 10 deletions

View file

@ -24,7 +24,9 @@ WA.onEnterZone('popupZone', () => {
{
label: "Close",
className: "normal",
closeOnClick: true
callback: (popup) => {
popup.close();
}
},
{
label: "Next",