mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
drop: chrome weird behavior, multiple cursor moves.
This commit is contained in:
parent
3e52b264ba
commit
39208f1ea5
@ -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 New Issue
Block a user