summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs
index 2e949d64..8b3bcbed 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -520,7 +520,7 @@ impl<'a, A: ActionContext + 'a> Processor<'a, A> {
MouseButton::Other(_) => (),
};
return;
- } else {
+ } else if button == MouseButton::Left {
self.launch_url(modifiers);
}