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

Function hasParentTransition

static/vuejs/vue.runtime.esm.js:6491–6497  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected