Skip to content

Commit 0e3118f

Browse files
authored
fix(handler): make Tab reset devices state like BackTab (#136)
1 parent 1435e67 commit 0e3118f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ pub async fn handle_key_events(
286286
} else {
287287
app.focused_block = FocusedBlock::Adapter;
288288
}
289+
app.reset_devices_state();
289290
}
290291
}
291292
FocusedBlock::NewDevices => {

0 commit comments

Comments
 (0)