Removed an unnecessary call to Focus() in Form. Fixes #612

pull/616/head
Oliver 3 years ago
parent 435b99e1df
commit 2003bc0698

@ -632,7 +632,6 @@ func (f *Form) MouseHandler() func(action MouseAction, event *tcell.EventMouse,
if index >= 0 {
f.focusedElement = index
}
f.Focus(setFocus)
}
}()

Loading…
Cancel
Save