|
@@ -53,7 +53,7 @@ impl WindowEventHandlers {
|
|
|
target: &EventLoopWindowTarget<UserWindowEvent>,
|
|
|
) {
|
|
|
for (_, handler) in self.handlers.borrow_mut().iter_mut() {
|
|
|
- // if this event does not apply to the window this listener cares about, return
|
|
|
+ // if this event does not apply to the window this listener cares about, continue
|
|
|
if let Event::WindowEvent { window_id, .. } = event {
|
|
|
if *window_id != handler.window_id {
|
|
|
continue;
|