From d38d9225352cdc31b22eab5615108e28c75d90b3 Mon Sep 17 00:00:00 2001 From: Emre Ozkucuk Date: Mon, 13 Apr 2026 21:39:01 +0200 Subject: [PATCH] fix(handler tab) Tab and BackTab were not behaving the same. This fixes it and resets the devices index --- src/handler.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/handler.rs b/src/handler.rs index 46e9bcf..2339627 100644 --- a/src/handler.rs +++ b/src/handler.rs @@ -286,6 +286,7 @@ pub async fn handle_key_events( } else { app.focused_block = FocusedBlock::Adapter; } + app.reset_devices_state(); } } FocusedBlock::NewDevices => {