diff --git a/src/xdgshellwindow.cpp b/src/xdgshellwindow.cpp index 386aa0d3d9..22f6aa872b 100644 --- a/src/xdgshellwindow.cpp +++ b/src/xdgshellwindow.cpp @@ -322,7 +322,9 @@ void XdgSurfaceWindow::installPlasmaShellSurface(PlasmaShellSurfaceInterface *sh m_plasmaShellSurface = shellSurface; auto updatePosition = [this, shellSurface] { - move(shellSurface->position()); + if (!isInteractiveMoveResize()) { + move(shellSurface->position()); + } }; auto showUnderCursor = [this] { // Wait for the first commit