(newVal, silent)
| 36 | onSaveRef.current = onSave; |
| 37 | |
| 38 | const setColor = (newVal, silent) => { |
| 39 | pickrObj.current?.setColor((_.isUndefined(newVal) || newVal == '') ? pickrOptions.defaultColor : newVal, silent); |
| 40 | }; |
| 41 | |
| 42 | const destroyPickr = () => { |
| 43 | if (pickrObj.current) { |
no outgoing calls
no test coverage detected