Merge pull request #620 from a-kenji/plugin-crash-on-mouse-event
Add noop for mouse actions on `plugins`
This commit is contained in:
commit
855572f526
1 changed files with 3 additions and 3 deletions
|
|
@ -196,13 +196,13 @@ impl Pane for PluginPane {
|
|||
self.position_and_size.y -= count;
|
||||
}
|
||||
fn scroll_up(&mut self, _count: usize) {
|
||||
unimplemented!()
|
||||
//unimplemented!()
|
||||
}
|
||||
fn scroll_down(&mut self, _count: usize) {
|
||||
unimplemented!()
|
||||
//unimplemented!()
|
||||
}
|
||||
fn clear_scroll(&mut self) {
|
||||
unimplemented!()
|
||||
//unimplemented!()
|
||||
}
|
||||
// FIXME: This need to be reevaluated and deleted if possible.
|
||||
// `max` doesn't make sense when things are fixed...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue