aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/ProxyApp.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/components/ProxyApp.jsx')
-rw-r--r--web/src/js/components/ProxyApp.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/components/ProxyApp.jsx b/web/src/js/components/ProxyApp.jsx
index e8c0e6d6..28a91ff3 100644
--- a/web/src/js/components/ProxyApp.jsx
+++ b/web/src/js/components/ProxyApp.jsx
@@ -77,7 +77,7 @@ class ProxyAppMain extends Component {
if (e.ctrlKey) {
return
}
- this.props.onKeyDown(e.keyCode)
+ this.props.onKeyDown(e.keyCode, e.shiftKey)
e.preventDefault()
}