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