MCPcopy Create free account
hub / github.com/zxlie/FeHelper / picked

Function picked

apps/color-picker/content-script.js:252–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 function picked() {
253 if (isLocked) {
254 lasthex = hex;
255 isLocked = false;
256 emptyNode(n);
257 } else {
258 isLocked = true;
259 setDisplay();
260 }
261 }
262
263 function dissableColorPickerFromHere() {
264 setTimeout(disableColorPicker, 500)

Callers 3

wkFunction · 0.85
remainingInitFunction · 0.85
content-script.jsFile · 0.85

Calls 2

emptyNodeFunction · 0.85
setDisplayFunction · 0.85

Tested by

no test coverage detected