Better event handling

This commit is contained in:
signalhunter 2020-08-22 03:45:35 -04:00
parent 17391c1e00
commit 38ae5bcf78
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ return UI.Tab {
hosts[event.selected.id] = nil
Util.writeTable('usr/.known_hosts', hosts)
self:reload()
return true
else
return UI.Tab.eventHandler(self, event)
end
return true
end
}