Dispatch Event refactoring. Appears to be workingCo-Authored-By: nathan@zed.dev
This commit is contained in:
parent
b97940be9b
commit
0f43ef9331
7 changed files with 492 additions and 69 deletions
|
@ -698,7 +698,7 @@ mod tests {
|
|||
40.,
|
||||
vec2f(0., -54.),
|
||||
true,
|
||||
&mut presenter.build_event_context(cx),
|
||||
&mut presenter.build_event_context(&mut Default::default(), cx),
|
||||
);
|
||||
let (_, logical_scroll_top) = list.layout(
|
||||
constraint,
|
||||
|
@ -807,7 +807,7 @@ mod tests {
|
|||
height,
|
||||
delta,
|
||||
true,
|
||||
&mut presenter.build_event_context(cx),
|
||||
&mut presenter.build_event_context(&mut Default::default(), cx),
|
||||
);
|
||||
}
|
||||
30..=34 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue