Fix ScrollUpHalf

This commit is contained in:
Arijit Basu 2024-01-13 20:29:47 +05:30
parent 16673963aa
commit d76a70fed4
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

View File

@ -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)
}