Close context menu when changing location, fixes #328
This commit is contained in:
parent
d39a6bfc78
commit
ca4cdb8fde
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue