Fixed webbrowser behavior for terminal browsers.
This commit is contained in:
@@ -108,9 +108,7 @@ class SubmissionPage(BasePage):
|
||||
type=data['type'].lower(),
|
||||
content=content)
|
||||
|
||||
curses.endwin()
|
||||
comment_text = open_editor(comment_info)
|
||||
curses.doupdate()
|
||||
if not comment_text:
|
||||
show_notification(self.stdscr, ['Aborted'])
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user