Skip to content

Commit ecf7753

Browse files
committed
Show doc pane while searching
1 parent 427b32d commit ecf7753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awsshell/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def create_application(self, completer, history,
444444
)
445445

446446
def on_input_timeout(self, cli):
447-
if not self.show_help:
447+
if not self.show_help or cli.current_buffer_name != u'DEFAULT_BUFFER':
448448
return
449449
document = cli.current_buffer.document
450450
text = document.text

0 commit comments

Comments
 (0)