Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
64a4ae9ad0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/components/ColorPicker.tsx

+ 1
- 0
src/components/ColorPicker.tsx View File

@@ -221,6 +221,7 @@ const ColorInput = React.forwardRef(
221 221
       },
222 222
       [onChange],
223 223
     );
224
+    console.log("COLOR INPUT!")
224 225
     window.tdx = {
225 226
     changeColor,
226 227
     setInnerValue,

Loading…
Cancel
Save