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

Function callPendingCbs

static/vuejs/vue.js:7192–7201  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

7190};
7191
7192function callPendingCbs (c) {
7193 /* istanbul ignore if */
7194 if (c.elm._moveCb) {
7195 c.elm._moveCb();
7196 }
7197 /* istanbul ignore if */
7198 if (c.elm._enterCb) {
7199 c.elm._enterCb();
7200 }
7201}
7202
7203function recordPosition (c) {
7204 c.data.newPos = c.elm.getBoundingClientRect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected