I think I found a bug with the new drag-and-drop deployment feature on the Projects page.
Since the feature was released last week, I noticed that dragging and dropping a local project/folder onto the page works as expected and starts a deployment.
However, if I drag an existing project card/icon within the Projects page, Vercel also enters the deployment flow as if I were uploading a local project. It seems like the page is treating any drag event as a deploy action instead of only accepting files or folders from the operating system.
I expected dragging an existing project card to either do nothing or only affect the UI, not trigger the deployment overlay.