diff --git a/invokeai/frontend/install/widgets.py b/invokeai/frontend/install/widgets.py index 5467a42f10..ecbe81a15d 100644 --- a/invokeai/frontend/install/widgets.py +++ b/invokeai/frontend/install/widgets.py @@ -171,6 +171,9 @@ class SingleSelectColumns(SelectColumnBase, npyscreen.SelectOne): def when_cursor_moved(self): self.h_select(self.cursor_line) + def h_cursor_line_right(self,ch): + self.h_exit_down('bye bye') + class TextBox(npyscreen.MultiLineEdit): def update(self, clear=True): if clear: