Added modifiers to scroll wheel eevent

This commit is contained in:
Mikayla Maki
2022-08-19 12:10:12 -07:00
parent a806634b82
commit efd3247ce4
7 changed files with 16 additions and 1 deletions
+1
View File
@@ -1582,6 +1582,7 @@ impl Element for EditorElement {
position,
delta,
precise,
..
}) => self.scroll(*position, *delta, *precise, layout, paint, cx),
&Event::ModifiersChanged(event) => self.modifiers_changed(event, cx),