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

Function hasParentTransition

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

Source from the content-addressed store, hash-verified

6485}
6486
6487function hasParentTransition (vnode) {
6488 while ((vnode = vnode.parent)) {
6489 if (vnode.data.transition) {
6490 return true
6491 }
6492 }
6493}
6494
6495function isSameChild (child, oldChild) {
6496 return oldChild.key === child.key && oldChild.tag === child.tag

Callers 1

vue.runtime.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected