Remove code from future

pull/479/head
Peter Hebden 1 year ago committed by GitHub
parent a1f5995f49
commit 0062a0569e
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