Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devforth/painterro
/ hide
Method
hide
js/selecter.js:495–499 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
493
}
494
495
hide() {
496
this.area.rect.setAttribute(
'hidden'
,
'true'
);
497
this.shown = false;
498
this.areaionCallback(false);
499
}
500
501
draw() {
502
if
(this.area.topl) {
Callers
4
cancelPlacing
Method · 0.95
handleKeyDown
Method · 0.95
handleMouseDown
Method · 0.95
close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected