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

Function hasParentTransition

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

Source from the content-addressed store, hash-verified

6939}
6940
6941function hasParentTransition (vnode) {
6942 while ((vnode = vnode.parent)) {
6943 if (vnode.data.transition) {
6944 return true
6945 }
6946 }
6947}
6948
6949function isSameChild (child, oldChild) {
6950 return oldChild.key === child.key && oldChild.tag === child.tag

Callers 1

vue.common.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected