mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[remote-driver] SmoothRobot : do not post MOUSE_CLICKED event
GitOrigin-RevId: f65032dcdebe16fab014a229559ee18e5bfd7b91
This commit is contained in:
committed by
intellij-monorepo-bot
parent
35b17bd66f
commit
cfd0a544b6
@@ -496,9 +496,6 @@ internal class SmoothRobot : Robot {
|
||||
val mouseReleasedEvent = MouseEvent(window, MouseEvent.MOUSE_RELEASED, System.currentTimeMillis(), 0,
|
||||
clickPoint.x, clickPoint.y, 1, false, awtMouseButton)
|
||||
eventQueue.postEvent(mouseReleasedEvent)
|
||||
val mouseClickedEvent = MouseEvent(window, MouseEvent.MOUSE_CLICKED, System.currentTimeMillis(), 0,
|
||||
clickPoint.x, clickPoint.y, 1, false, awtMouseButton)
|
||||
eventQueue.postEvent(mouseClickedEvent)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user