Skip to content

Commit e7af210

Browse files
committed
do not automatically move forward when filling in a matching callsign
(#39)
1 parent 7b9fb29 commit e7af210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/entry/entry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ func (c *Controller) selectCallsign(callsign string) {
406406
c.activeField = core.CallsignField
407407
c.Enter(callsign)
408408
c.view.SetCallsign(c.input.callsign)
409-
c.GotoNextField()
409+
c.view.SetActiveField(c.activeField)
410410
}
411411

412412
func (c *Controller) Enter(text string) {

0 commit comments

Comments
 (0)