parent
b59967bbdf
commit
4ff07bf789
1 changed files with 1 additions and 1 deletions
|
@ -20359,7 +20359,7 @@ fn render_diff_hunk_controls(
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
.child(
|
.child(
|
||||||
Button::new("restore", "Restore")
|
Button::new(("restore", row as u64), "Restore")
|
||||||
.tooltip({
|
.tooltip({
|
||||||
let focus_handle = editor.focus_handle(cx);
|
let focus_handle = editor.focus_handle(cx);
|
||||||
move |window, cx| {
|
move |window, cx| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue