Skip to content

Commit

Permalink
fix: resize not triggering render (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
micielski authored Jul 5, 2024
1 parent eb953e5 commit 8cff913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rm-shared/src/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pub fn event_to_action(
}
keymap.get(&(key.code, key.modifiers)).cloned()
}
Event::Resize(_, _) => Some(A::Render),
_ => None,
}
}

0 comments on commit 8cff913

Please sign in to comment.