mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04: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(
|
const onBlur: FocusEventHandler<HTMLInputElement> = useCallback(
|
||||||
(e) => {
|
(e) => {
|
||||||
console.log('blur!');
|
|
||||||
if (!e.target.value) {
|
if (!e.target.value) {
|
||||||
// If the input is empty, we set it to the minimum value
|
// If the input is empty, we set it to the minimum value
|
||||||
onChange(String(min), min);
|
onChange(String(min), min);
|
||||||
|
|||||||
Reference in New Issue
Block a user