When opening a path in an existing window, move it to the foreground
This commit is contained in:
parent
7c233ed682
commit
fbca28337a
5 changed files with 20 additions and 4 deletions
|
@ -223,6 +223,8 @@ impl super::Window for Window {
|
|||
fn prompt(&self, _: crate::PromptLevel, _: &str, _: &[&str], f: Box<dyn FnOnce(usize)>) {
|
||||
self.last_prompt.replace(Some(f));
|
||||
}
|
||||
|
||||
fn activate(&self) {}
|
||||
}
|
||||
|
||||
pub fn platform() -> Platform {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue