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

Method setBottom

js/selecter.js:331–334  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

329 }
330
331 setBottom(v) {
332 this.bottom = v;
333 this.area.rect.style.bottom = `${v}px`;
334 }
335
336 handleMouseMove(event) {
337 if (!this.area.activated) {

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected