We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e5334d + 955ca7c commit f579b54Copy full SHA for f579b54
1 file changed
checkbox.ios.ts
@@ -196,6 +196,7 @@ export class CheckBox extends Button implements CheckBoxInterface {
196
197
public onUnloaded() {
198
this._iosCheckbox.delegate = null;
199
+ this.removeEventListener("tap");
200
super.onUnloaded();
201
}
202
0 commit comments