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

Function recordPosition

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

Source from the content-addressed store, hash-verified

7207}
7208
7209function recordPosition (c) {
7210 c.data.newPos = c.elm.getBoundingClientRect();
7211}
7212
7213function applyTranslation (c) {
7214 var oldPos = c.data.pos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected