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

Function callPendingCbs

static/vuejs/vue.runtime.js:6744–6753  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

6742};
6743
6744function callPendingCbs (c) {
6745 /* istanbul ignore if */
6746 if (c.elm._moveCb) {
6747 c.elm._moveCb();
6748 }
6749 /* istanbul ignore if */
6750 if (c.elm._enterCb) {
6751 c.elm._enterCb();
6752 }
6753}
6754
6755function recordPosition (c) {
6756 c.data.newPos = c.elm.getBoundingClientRect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected