asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Cannot drag in windows after using pyatuogui.drag() #712

Closed aebange closed 2 years ago

aebange commented 2 years ago

Simply put, whenever running a pyautogui script that utilizes the pyatuogui.drag() function, the ability to drag files and items in Windows appears to no longer work. The file will begin to be dragged for about half a second and then snap off.

aebange commented 2 years ago

Incorrectly diagnosed the problem, sorry for wasting the time of anyone who reads this.