Removing closeOnClick as it is not implemented
This commit is contained in:
parent
bb8b222c22
commit
7fddcc28f1
3 changed files with 6 additions and 10 deletions
|
@ -24,7 +24,9 @@ WA.onEnterZone('popupZone', () => {
|
|||
{
|
||||
label: "Close",
|
||||
className: "normal",
|
||||
closeOnClick: true
|
||||
callback: (popup) => {
|
||||
popup.close();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "Next",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue