MCPcopy 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

colorFunction · 0.70
actionFunction · 0.70
select.jsFile · 0.70

Calls 3

hideSelectFunction · 0.85
removeMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected