Removing closeOnClick as it is not implemented
This commit is contained in:
@@ -24,7 +24,9 @@ WA.onEnterZone('popupZone', () => {
|
||||
{
|
||||
label: "Close",
|
||||
className: "normal",
|
||||
closeOnClick: true
|
||||
callback: (popup) => {
|
||||
popup.close();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "Next",
|
||||
|
||||
Reference in New Issue
Block a user