Bundled output for commit db2a12dec9 [skip ci]
This commit is contained in:
parent
db2a12dec9
commit
021b11eff0
3 changed files with 33 additions and 33 deletions
|
|
@ -916,7 +916,7 @@ var coreRenderer = function($window) {
|
|||
}
|
||||
}
|
||||
function isFormAttribute(vnode, attr) {
|
||||
return attr === "value" || attr === "checked" || attr === "selectedIndex" || attr === "selected" && vnode.dom === $doc.activeElement
|
||||
return attr === "value" || attr === "checked" || attr === "selectedIndex" || attr === "selected" && vnode.dom === $doc.activeElement || vnode.dom.parentNode === $doc.activeElement
|
||||
}
|
||||
function isLifecycleMethod(attr) {
|
||||
return attr === "oninit" || attr === "oncreate" || attr === "onupdate" || attr === "onremove" || attr === "onbeforeremove" || attr === "onbeforeupdate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue