MCPcopy Create free account
hub / github.com/TruthHun/BookStack / hasParentTransition

Function hasParentTransition

static/vuejs/vue.runtime.common.js:6493–6499  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

6491}
6492
6493function hasParentTransition (vnode) {
6494 while ((vnode = vnode.parent)) {
6495 if (vnode.data.transition) {
6496 return true
6497 }
6498 }
6499}
6500
6501function isSameChild (child, oldChild) {
6502 return oldChild.key === child.key && oldChild.tag === child.tag

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected