Skip to content

Commit

Permalink
Merge pull request #1794 from didi/fix-checkbox-web
Browse files Browse the repository at this point in the history
fix: checkbox 数据更新问题
  • Loading branch information
hiyuki authored Jan 9, 2025
2 parents c293e97 + 5c669a9 commit 11ad344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
if (this.disabled) {
return
}
this.isChecked = !this.isChecked
if (this.group) {
this.group.notifyChange()
}
this.isChecked = !this.isChecked
}
},
force: true
Expand Down

0 comments on commit 11ad344

Please sign in to comment.