mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: checkbox component cleanup error
This commit is contained in:
parent
631b487163
commit
37d29174f3
1 changed files with 1 additions and 3 deletions
|
|
@ -21,9 +21,7 @@ class AbstractCheckbox extends AbstractComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
click() {
|
click() {
|
||||||
if (this.enable() && !this.disable()) {
|
this.enable() && this.value(!this.value());
|
||||||
this.value(!this.value());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue