diff options
Diffstat (limited to 'core/src/text')
-rw-r--r-- | core/src/text/editor.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/text/editor.rs b/core/src/text/editor.rs index 13bafc3d..e9d66ce9 100644 --- a/core/src/text/editor.rs +++ b/core/src/text/editor.rs @@ -52,6 +52,7 @@ pub enum Action { Edit(Edit), Click(Point), Drag(Point), + Scroll { lines: i32 }, } impl Action { |