mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): remove errant console.log
This commit is contained in:
parent
3ce8f3d6fe
commit
cd292f6c1c
@ -67,7 +67,6 @@ export const InvNumberInput = memo(
|
||||
|
||||
const onBlur: FocusEventHandler<HTMLInputElement> = useCallback(
|
||||
(e) => {
|
||||
console.log('blur!');
|
||||
if (!e.target.value) {
|
||||
// If the input is empty, we set it to the minimum value
|
||||
onChange(String(min), min);
|
||||
|
Loading…
Reference in New Issue
Block a user