fix(desktop): remote server switching (#17214)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
parent
f4a9fe29a3
commit
bd4527b4f2
6 changed files with 133 additions and 89 deletions
|
|
@ -291,8 +291,8 @@ export function DialogSelectServer() {
|
|||
navigate("/")
|
||||
return
|
||||
}
|
||||
server.setActive(ServerConnection.key(conn))
|
||||
navigate("/")
|
||||
queueMicrotask(() => server.setActive(ServerConnection.key(conn)))
|
||||
}
|
||||
|
||||
const handleAddChange = (value: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue