From 9cdf2fa53b2c9ba201db838dc6e421ebf67e67b5 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Tue, 7 Apr 2026 17:13:04 +0800 Subject: [PATCH] 1.五彩:禁用掉按钮上移下移左移右移动功能 --- src/components/Common/CommonComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/CommonComponent/index.js b/src/components/Common/CommonComponent/index.js index c6aa680..82b6432 100644 --- a/src/components/Common/CommonComponent/index.js +++ b/src/components/Common/CommonComponent/index.js @@ -557,7 +557,7 @@ export default class CommonComponent extends Component { } } } - } else if (this.props.onKeyDown) { + } else if (false && this.props.onKeyDown) { const { showConfig, record, name } = this.props; this.props.onKeyDown(e, record, showConfig.sName, name); } -- libgit2 0.22.2