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

Function callPendingCbs

static/vuejs/vue.common.js:7198–7207  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

7196};
7197
7198function callPendingCbs (c) {
7199 /* istanbul ignore if */
7200 if (c.elm._moveCb) {
7201 c.elm._moveCb();
7202 }
7203 /* istanbul ignore if */
7204 if (c.elm._enterCb) {
7205 c.elm._enterCb();
7206 }
7207}
7208
7209function recordPosition (c) {
7210 c.data.newPos = c.elm.getBoundingClientRect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected