Proper handling of select by shift
This commit is contained in:
parent
a1558b20c6
commit
f0956f494a
2 changed files with 93 additions and 94 deletions
|
|
@ -447,7 +447,7 @@ impl Application for App {
|
|||
}
|
||||
Message::Filename(new_filename) => {
|
||||
// Select based on filename
|
||||
self.tab.select_by_name(&new_filename);
|
||||
self.tab.select_name(&new_filename);
|
||||
|
||||
if let DialogKind::SaveFile { filename } = &mut self.flags.kind {
|
||||
*filename = new_filename;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue