summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/terminal.go6
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)