Fix the type error
This commit is contained in:
parent
9d514362da
commit
ffbfbe4519
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ const BooleanPropEditor: React.FC<{
|
|||
|
||||
const onChange = useCallback(
|
||||
(el: React.ChangeEvent<HTMLInputElement>) => {
|
||||
window.ppause = true
|
||||
stuff.permenantlySetValue(Boolean(el.target.checked))
|
||||
},
|
||||
[propConfig, pointerToProp, obj],
|
||||
|
|
Loading…
Reference in a new issue