mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra reference
This commit is contained in:
parent
f6fe910431
commit
164cddac5a
1 changed files with 1 additions and 1 deletions
|
|
@ -720,7 +720,7 @@ impl Page {
|
|||
// https://docs.gtk.org/glib/type_func.Uri.resolve_relative.html
|
||||
match Uri::resolve_relative(
|
||||
Some(&uri.to_string()),
|
||||
&unresolved_url.value(),
|
||||
unresolved_url.value(),
|
||||
UriFlags::NONE,
|
||||
) {
|
||||
Ok(resolved_url) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue