Redraw screen after loading typeahead
This commit is contained in:
@@ -176,6 +176,8 @@ class CmdAsana:
|
||||
'count': 5
|
||||
})
|
||||
callback(users)
|
||||
self.loop.draw_screen()
|
||||
|
||||
thread = Thread(target=runInThread)
|
||||
thread.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user