Fix ScrollUpHalf

pull/696/head
Arijit Basu 4 months ago
parent 16673963aa
commit d76a70fed4
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

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

Loading…
Cancel
Save