mirror of https://github.com/rivo/tview.git
Remove noise
This commit is contained in:
parent
1a01dc6ba1
commit
583acbe93c
|
@ -285,6 +285,7 @@ func (a *Application) Run() error {
|
|||
a.screen = screen
|
||||
enableMouse := a.enableMouse
|
||||
a.Unlock()
|
||||
|
||||
// Initialize and draw this screen.
|
||||
if err := screen.Init(); err != nil {
|
||||
panic(err)
|
||||
|
|
Loading…
Reference in New Issue