Fix ScrollUpHalf

pull/690/head
Arijit Basu 4 months ago
parent 3a9739da32
commit 2ce7a91b71
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