mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 20:35:26 -05:00
fix(ui): remove errant console.log
This commit is contained in:
committed by
Kent Keirsey
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);
|
||||
|
||||
Reference in New Issue
Block a user