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

Function hasParentTransition

static/vuejs/vue.js:6935–6941  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

6933}
6934
6935function hasParentTransition (vnode) {
6936 while ((vnode = vnode.parent)) {
6937 if (vnode.data.transition) {
6938 return true
6939 }
6940 }
6941}
6942
6943function isSameChild (child, oldChild) {
6944 return oldChild.key === child.key && oldChild.tag === child.tag

Callers 1

vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected