Skip to content

Commit 2009de3

Browse files
committed
ignore untestable check
1 parent 0eb8cdc commit 2009de3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/platforms/web/runtime/modules/dom-props.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function updateDOMProps (oldVnode: VNodeWithData, vnode: VNodeWithData) {
3232
// #4521: if a click event triggers update before the change event is
3333
// dispatched on a checkbox/radio input, the input's checked state will
3434
// be reset and fail to trigger another update.
35+
/* istanbul ignore next */
3536
if (key === 'checked' && !isDirty(elm, cur)) {
3637
continue
3738
}

0 commit comments

Comments
 (0)