diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/terminal.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/terminal.go b/src/terminal.go index c519c927..20faeb21 100644 --- a/src/terminal.go +++ b/src/terminal.go @@ -1253,9 +1253,9 @@ func (t *Terminal) UpdateList(merger *Merger) { t.eventChan <- one } } - if t.hasResultActions { - t.eventChan <- tui.Result.AsEvent() - } + } + if t.hasResultActions { + t.eventChan <- tui.Result.AsEvent() } t.mutex.Unlock() t.reqBox.Set(reqInfo, nil) |
