From ca4cdb8fde6e3eb36329ee2c4fe88ccd12aa689e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 17 Sep 2024 11:31:15 -0600 Subject: [PATCH] Close context menu when changing location, fixes #328 --- src/tab.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tab.rs b/src/tab.rs index 3632695..424c618 100644 --- a/src/tab.rs +++ b/src/tab.rs @@ -1551,6 +1551,7 @@ impl Tab { self.location = location.clone(); self.items_opt = None; self.select_focus = None; + self.context_menu = None; self.edit_location = None; if let Some(history_i) = history_i_opt { // Navigating in history