Commit b5637430 authored by 邓晓峰's avatar 邓晓峰
parents b9e02229 257acd35
Pipeline #47824 passed with stages
in 11 minutes 10 seconds
...@@ -8,7 +8,8 @@ export default class Container extends React.Component { ...@@ -8,7 +8,8 @@ export default class Container extends React.Component {
constructor(props) { constructor(props) {
super(props); super(props);
this.oms = this.oms.bind(this); this.oms = this.oms.bind(this);
this.keyHandlerMap = new Map([[['alt+c', 'option+c'], this.oms]]); // this.keyHandlerMap = new Map([[['alt+c', 'option+c'], this.oms]]);
this.keyHandlerMap = new Map([[['alt+c'], this.oms]]);
} }
oms(event) { oms(event) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment