Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Feb 15, 2025
1 parent bab7e67 commit 69bb23f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xwayland/Dnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ void CX11DataDevice::sendDrop() {
g_pXWayland->pWM->sendDndEvent(lastSurface->surface.lock(), HYPRATOMS["XdndDrop"], data);

auto source = lastOffer->getSource();
if (source) {
if (source)
source->sendDndDropPerformed();
}

cleanupState();

Expand Down

0 comments on commit 69bb23f

Please sign in to comment.