Tim Gates
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/platforms/web/runtime/modules/dom-props.js
|
|
@ -63,7 +63,7 @@ function updateDOMProps (oldVnode: VNodeWithData, vnode: VNodeWithData) { |
|
|
|
// skip the update if old and new VDOM state is the same.
|
|
|
|
// `value` is handled separately because the DOM value may be temporarily
|
|
|
|
// out of sync with VDOM state due to focus, composition and modifiers.
|
|
|
|
// This #4521 by skipping the unnecesarry `checked` update.
|
|
|
|
// This #4521 by skipping the unnecessary `checked` update.
|
|
|
|
cur !== oldProps[key] |
|
|
|
) { |
|
|
|
// some property updates can throw
|
|
|
|