mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
try autocomplete scheme if the request match local filename
This commit is contained in:
parent
9fe6713bc8
commit
be9e55a4cf
3 changed files with 38 additions and 30 deletions
|
|
@ -129,7 +129,7 @@ impl Window {
|
|||
action.open.on_activate({
|
||||
let tab = tab.clone();
|
||||
move |position, request| {
|
||||
tab.open(position, &request, true);
|
||||
tab.open(position, request, true);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue