Commit 257acd35 authored by 李纪文's avatar 李纪文

fix: 修改快捷键运维出现多个

parent f6b5e507
Pipeline #47817 skipped with stages
......@@ -8,7 +8,8 @@ export default class Container extends React.Component {
constructor(props) {
super(props);
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) {
......
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