diff --git a/src/nodes/input/method.rs b/src/nodes/input/method.rs index a736d70..4cdcd20 100644 --- a/src/nodes/input/method.rs +++ b/src/nodes/input/method.rs @@ -160,7 +160,7 @@ impl InputMethod { .iter() .filter_map(Weak::upgrade) .collect::>(); - self.captures.retain(|handler| { + self.capture_attempts.retain(|handler| { !handler .spatial .node()