Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ hide
Function
hide
src/dialogs/color.js:155–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
}
154
155
function
hide() {
156
actionStack.remove(
"box"
);
157
const
height = box.clientHeight;
158
box.style.height = height +
"px"
;
159
picker.destroy();
160
hideSelect();
161
}
162
163
function
onChange(c) {
164
if
(!c)
return
;
Callers
3
color
Function · 0.70
action
Function · 0.70
select.js
File · 0.70
Calls
3
hideSelect
Function · 0.85
remove
Method · 0.45
destroy
Method · 0.45
Tested by
no test coverage detected