Skip to content

Commit d2b22a1

Browse files
authored
fix: enable cancel pattern input (#23)
1 parent 457ec96 commit d2b22a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/ui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ func Bootstrap(stateStore *gredux.Store, bufferSize int) (*tview.Application, er
118118
actions.ActionNameHideFilterInput,
119119
actions.ActionNameFilter, // Can display errors
120120
actions.ActionNameDisplayPatternInput,
121+
actions.ActionNameHidePatternInput,
121122
actions.ActionNameSetPattern, // Can display errors
122123
actions.ActionNameToggleFilter, // Can display errors
123124
})

0 commit comments

Comments
 (0)