chore: cargo fmt
This commit is contained in:
parent
6ca1a37a53
commit
b4a712c2bf
1 changed files with 4 additions and 2 deletions
|
|
@ -892,8 +892,10 @@ impl State {
|
||||||
&state.common.xdg_activation_state,
|
&state.common.xdg_activation_state,
|
||||||
);
|
);
|
||||||
if let Some((target, focus)) = res {
|
if let Some((target, focus)) = res {
|
||||||
seat_clone.modifiers_shortcut_queue().clear();
|
seat_clone
|
||||||
|
.modifiers_shortcut_queue()
|
||||||
|
.clear();
|
||||||
|
|
||||||
std::mem::drop(shell);
|
std::mem::drop(shell);
|
||||||
if target.is_touch_grab() {
|
if target.is_touch_grab() {
|
||||||
seat_clone
|
seat_clone
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue