Merge pull request #479 from Piturnah/patch-1

Remove erroneous code from future
pull/481/head
Ben Hansen 12 months ago committed by GitHub
commit 11820796f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -300,7 +300,7 @@ We call this method in `run()` in the event loop for the following events.
match event {
// ...
} if window_id == state.window().id() => if !state.input(event) {
} if window_id == state.window().id() => {
match event {
// ...

Loading…
Cancel
Save