Skip to content

Commit

Permalink
Fix ScrollUpHalf
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Jan 29, 2024
1 parent 1667396 commit d76a70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ impl App {
}

pub fn scroll_up_half(mut self) -> Result<Self> {
self.msg_out.push_back(MsgOut::ScrollUp);
self.msg_out.push_back(MsgOut::ScrollUpHalf);
Ok(self)
}

Expand Down

0 comments on commit d76a70f

Please sign in to comment.