diff --git a/internal/desktop/drop.go b/internal/desktop/drop.go index da8b6f77..60208c6f 100644 --- a/internal/desktop/drop.go +++ b/internal/desktop/drop.go @@ -20,5 +20,7 @@ func (manager *DesktopManagerCtx) DropFiles(x int, y int, files []string) { time.Sleep(DELAY) manager.Move(x, y) time.Sleep(DELAY) + manager.Move(x, y) + time.Sleep(DELAY) manager.ButtonUp(1) }