Update all dependencies

This commit is contained in:
2025-03-02 16:00:09 -07:00
parent a1f2a535e5
commit 2eafbb218b
13 changed files with 438 additions and 375 deletions

View File

@@ -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.