mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
remove debugger
This commit is contained in:
@ -99,7 +99,6 @@ export class Checkbox extends IonInputItem {
|
||||
|
||||
// Called by the model (Control) to update the view
|
||||
writeValue(modelValue) {
|
||||
debugger;
|
||||
let type = typeof modelValue;
|
||||
switch (type) {
|
||||
case "boolean":
|
||||
|
Reference in New Issue
Block a user