diff --git a/src/shell/mod.rs b/src/shell/mod.rs index d8931c85..44fa32c2 100644 --- a/src/shell/mod.rs +++ b/src/shell/mod.rs @@ -608,7 +608,7 @@ impl Shell { with_states(surface, |states| { let state = states.cached_state.current::(); matches!(state.layer, Layer::Top | Layer::Overlay) - && dbg!(state.keyboard_interactivity) != KeyboardInteractivity::None + && state.keyboard_interactivity != KeyboardInteractivity::None }) };