Implement Scroll action in text::editor
This commit is contained in:
parent
36e867de69
commit
4e757a26d0
3 changed files with 19 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ pub enum Action {
|
|||
Edit(Edit),
|
||||
Click(Point),
|
||||
Drag(Point),
|
||||
Scroll { lines: i32 },
|
||||
}
|
||||
|
||||
impl Action {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue