fix: remove the dragging state for now when a drop is performed
This commit is contained in:
parent
fe9973090a
commit
aa3af2a1fe
1 changed files with 7 additions and 0 deletions
|
|
@ -1026,6 +1026,13 @@ where
|
||||||
}
|
}
|
||||||
DraggingState::None
|
DraggingState::None
|
||||||
}
|
}
|
||||||
|
event::Event::PlatformSpecific(PlatformSpecific::Wayland(
|
||||||
|
wayland::Event::DataSource(wayland::DataSourceEvent::DndDropPerformed),
|
||||||
|
)) => {
|
||||||
|
ret = event::Status::Captured;
|
||||||
|
|
||||||
|
DraggingState::None
|
||||||
|
}
|
||||||
_ => DraggingState::Dragging(applet),
|
_ => DraggingState::Dragging(applet),
|
||||||
},
|
},
|
||||||
DraggingState::Pressed(start) => {
|
DraggingState::Pressed(start) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue