()
| 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) |
no test coverage detected