chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
737d033
)
wdt-hand: Do release mouse after alice click
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Jul 2021 18:41:04 +0000
(19:41 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Jul 2021 18:41:53 +0000
(19:41 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
wdriver/wdt-hand.rs
patch
|
blob
|
history
diff --git
a/wdriver/wdt-hand.rs
b/wdriver/wdt-hand.rs
index 91eca8182f05ff0613c6e7f5ca7eb27fb7bdd642..1f15f4ce7f4cf0cb43ac0062724e9d531daa6955 100644
(file)
--- a/
wdriver/wdt-hand.rs
+++ b/
wdriver/wdt-hand.rs
@@
-251,6
+251,7
@@
impl Ctx {
.release()
.click()
+ .release()
.perform()
.did("alice, drag out, and re-select")?;