Fix network selection issue

This commit is contained in:
Ivan Danyliuk 2018-10-23 09:32:58 +02:00
parent 6d28b628cd
commit 4c7b027bbd
No known key found for this signature in database
GPG Key ID: 97ED33CE024E1DBF

View File

@ -122,6 +122,7 @@ func (n *NetworkSelector) onChange(e *vecty.Event) {
net := n.networks[value]
n.setCurrentNetwork(net)
n.handler(n.current)
vecty.Rerender(n)
}