SweetAlert-iOS icon indicating copy to clipboard operation
SweetAlert-iOS copied to clipboard

isOtherButton value is wrong

Open ghost opened this issue 9 years ago • 0 comments

isOtherButton param value is true for first button and false for other button Function cloaseAlert has line: let isOtherButton = buttonIndex == 0 ? true: false But otherButton index is 1 - condition is incorrect

ghost avatar Mar 30 '17 11:03 ghost