Commit 9cdf2fa53b2c9ba201db838dc6e421ebf67e67b5
1 parent
f82eb090
1.五彩:禁用掉按钮上移下移左移右移动功能
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/CommonComponent/index.js
| ... | ... | @@ -557,7 +557,7 @@ export default class CommonComponent extends Component { |
| 557 | 557 | } |
| 558 | 558 | } |
| 559 | 559 | } |
| 560 | - } else if (this.props.onKeyDown) { | |
| 560 | + } else if (false && this.props.onKeyDown) { | |
| 561 | 561 | const { showConfig, record, name } = this.props; |
| 562 | 562 | this.props.onKeyDown(e, record, showConfig.sName, name); |
| 563 | 563 | } | ... | ... |