Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devforth/painterro
/ close
Method
close
js/colorPicker.js:120–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
close() {
121
this.wrapper.setAttribute(
'hidden'
,
'true'
);
122
this.opened = false;
123
}
124
125
getPaletteColorAtPoint(e) {
126
let
x = e.clientX - this.canvas.documentOffsetLeft;
Callers
2
constructor
Method · 0.95
handleKeyDown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected