shell: Fix MoveGrab with touch not on output pointer is on

This commit is contained in:
Ian Douglas Scott 2024-04-11 13:47:37 -07:00 committed by Victoria Brekenfeld
parent 2c5c32ad4e
commit f2efc5d56f
3 changed files with 118 additions and 99 deletions

View file

@ -445,7 +445,7 @@ where
.unwrap()
.borrow()
.as_ref()
.map(|state| state.render::<CosmicElement<R>, R>(renderer, seat, output, theme))
.map(|state| state.render::<CosmicElement<R>, R>(renderer, output, theme))
{
elements.extend(grab_elements);
}