MCPcopy Create free account
hub / github.com/devforth/painterro / setTop

Method setTop

js/selecter.js:326–329  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

324 }
325
326 setTop(v) {
327 this.top = v;
328 this.area.rect.style.top = `${v}px`;
329 }
330
331 setBottom(v) {
332 this.bottom = v;

Callers 7

selectAllMethod · 0.95
adjustPositionMethod · 0.95
placeAtMethod · 0.95
handleMouseDownMethod · 0.95
handleMouseMoveMethod · 0.95
topKeepRatioMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected