Browse Source

auto commit

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

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

@@ -202,6 +202,7 @@ const ColorInput = React.forwardRef(
202 202
     ref,
203 203
   ) => {
204 204
     console.log("ColorInput 0")
205
+    console.trace("ColorInput_trc")
205 206
     const [innerValue, setInnerValue] = React.useState(color);
206 207
     const inputRef = React.useRef(null);
207 208
 

Loading…
Cancel
Save