We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb8cdc commit 2009de3Copy full SHA for 2009de3
src/platforms/web/runtime/modules/dom-props.js
@@ -32,6 +32,7 @@ function updateDOMProps (oldVnode: VNodeWithData, vnode: VNodeWithData) {
32
// #4521: if a click event triggers update before the change event is
33
// dispatched on a checkbox/radio input, the input's checked state will
34
// be reset and fail to trigger another update.
35
+ /* istanbul ignore next */
36
if (key === 'checked' && !isDirty(elm, cur)) {
37
continue
38
}
0 commit comments