Skip to content

Commit d0afd3b

Browse files
authored
Fix scroll hotkeys not working in data diff view (#208)
1 parent a367af6 commit d0afd3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objdiff-gui/src/views/diff.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ pub fn diff_view_ui(
499499
(state.current_view, left_ctx.obj, right_ctx.obj, left_ctx.section, right_ctx.section)
500500
{
501501
// Joint diff view
502+
hotkeys::check_scroll_hotkeys(ui, true);
502503
let left_total_bytes =
503504
left_section_diff.data_diff.iter().fold(0usize, |accum, item| accum + item.len);
504505
let right_total_bytes =

0 commit comments

Comments
 (0)