summaryrefslogtreecommitdiffstats
path: root/src/app/selection.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-01-13 20:21:33 +0100
committerCanop <cano.petrole@gmail.com>2021-01-13 20:21:33 +0100
commita9a8c2dce5e696ee1d8b801241042e8177bf04fa (patch)
tree89208a092be07a49a231f17b054f369ffc86d675 /src/app/selection.rs
parente88a91a3250828d77165c5a448751de91ab605d8 (diff)
fix mouse staying captured during external app execution
Fix #325
Diffstat (limited to 'src/app/selection.rs')
-rw-r--r--src/app/selection.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/selection.rs b/src/app/selection.rs
index 7b72a9a..84c806d 100644
--- a/src/app/selection.rs
+++ b/src/app/selection.rs
@@ -62,6 +62,7 @@ impl Selection<'_> {
AppStateCmdResult::from(Launchable::program(
vec![path],
None, // we don't set the working directory
+ con,
)?)
}
} else {