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

Function callPendingCbs

static/vuejs/vue.runtime.common.js:6750–6759  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

6748};
6749
6750function callPendingCbs (c) {
6751 /* istanbul ignore if */
6752 if (c.elm._moveCb) {
6753 c.elm._moveCb();
6754 }
6755 /* istanbul ignore if */
6756 if (c.elm._enterCb) {
6757 c.elm._enterCb();
6758 }
6759}
6760
6761function recordPosition (c) {
6762 c.data.newPos = c.elm.getBoundingClientRect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected