Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devforth/painterro
/ setRight
Method
setRight
js/selecter.js:321–324 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
319
}
320
321
setRight(v) {
322
this.right = v;
323
this.area.rect.style.right = `${v}px`;
324
}
325
326
setTop(v) {
327
this.top = v;
Callers
7
selectAll
Method · 0.95
adjustPosition
Method · 0.95
placeAt
Method · 0.95
handleMouseDown
Method · 0.95
handleMouseMove
Method · 0.95
rightKeepRatio
Method · 0.95
draw
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected