|
@@ -201,8 +201,7 @@ const ColorInput = React.forwardRef(
|
201
|
201
|
},
|
202
|
202
|
ref,
|
203
|
203
|
) => {
|
204
|
|
- console.log("ColorInput 0")
|
205
|
|
- // console.trace("ColorInput_trc")
|
|
204
|
+ // console.log("ColorInput 0")
|
206
|
205
|
const [innerValue, setInnerValue] = React.useState(color);
|
207
|
206
|
const inputRef = React.useRef(null);
|
208
|
207
|
|
|
@@ -225,8 +224,8 @@ const ColorInput = React.forwardRef(
|
225
|
224
|
},
|
226
|
225
|
[onChange],
|
227
|
226
|
);
|
228
|
|
- console.log("COLOR INPUT!")
|
229
|
227
|
/*
|
|
228
|
+ console.log("COLOR INPUT!")
|
230
|
229
|
window.tdx = {
|
231
|
230
|
changeColor,
|
232
|
231
|
setInnerValue,
|
|
@@ -268,7 +267,6 @@ export const ColorPicker = ({
|
268
|
267
|
isActive: boolean;
|
269
|
268
|
setActive: (active: boolean) => void;
|
270
|
269
|
}) => {
|
271
|
|
- console.trace("ColorInput_trc1")
|
272
|
270
|
const pickerButton = React.useRef<HTMLButtonElement>(null);
|
273
|
271
|
|
274
|
272
|
return (
|