drop: chrome weird behavior, multiple cursor moves.
This commit is contained in:
parent
3e52b264ba
commit
39208f1ea5
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue