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

Function hasParentTransition

static/vuejs/vue.esm.js:6939–6945  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected