MCPcopy Create free account
hub / github.com/ygs-code/vue / recordPosition

Function recordPosition

vue.js:12194–12196  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

12192 }
12193
12194 function recordPosition(c) {
12195 c.data.newPos = c.elm.getBoundingClientRect();
12196 }
12197
12198 function applyTranslation(c) {
12199 var oldPos = c.data.pos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected