mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-16 16:37:06 +00:00
Update all dependencies
This commit is contained in:
@@ -183,7 +183,7 @@ impl DiffViewState {
|
||||
state: &AppStateRef,
|
||||
) {
|
||||
if let Some(result) = take(&mut self.scratch) {
|
||||
ctx.output_mut(|o| o.open_url = Some(OpenUrl::new_tab(result.scratch_url)));
|
||||
ctx.open_url(OpenUrl::new_tab(result.scratch_url));
|
||||
}
|
||||
|
||||
// Clear the autoscroll flag so that it doesn't scroll continuously.
|
||||
|
||||
Reference in New Issue
Block a user