feat: handle custom input change
This commit is contained in:
@@ -98,6 +98,11 @@ export const InterpretationLog = () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleCustomInputChange = (event) => {
|
||||||
|
setCustomValue(event.target.value);
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
socket?.on('log', handleLog);
|
socket?.on('log', handleLog);
|
||||||
|
|||||||
Reference in New Issue
Block a user