feat: handle opening network location in new window
This commit is contained in:
parent
c7e9828d7b
commit
08367c9ea6
5 changed files with 43 additions and 65 deletions
|
|
@ -3036,7 +3036,6 @@ impl Tab {
|
|||
}
|
||||
if !item.selected {
|
||||
self.clicked = click_i_opt;
|
||||
dbg!(&item.location_opt);
|
||||
item.selected = true;
|
||||
}
|
||||
self.select_range = Some((i, i));
|
||||
|
|
@ -3137,7 +3136,6 @@ impl Tab {
|
|||
}
|
||||
LocationMenuAction::AddToSidebar(ancestor_index) => {
|
||||
if let Some(path) = path_for_index(ancestor_index) {
|
||||
dbg!(&path);
|
||||
commands.push(Command::AddToSidebar(path));
|
||||
} else {
|
||||
log::warn!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue