Enha: update status line on props table exit
This commit is contained in:
@@ -293,10 +293,10 @@ func makePropsTable(props map[string]float32) *tview.Table {
|
||||
table.SetInputCapture(func(event *tcell.EventKey) *tcell.EventKey {
|
||||
if event.Key() == tcell.KeyRune && event.Rune() == 'x' {
|
||||
pages.RemovePage(propsPage)
|
||||
updateStatusLine()
|
||||
return nil
|
||||
}
|
||||
return event
|
||||
})
|
||||
return table
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user