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