From 502c256ed0e227f36b599b07c007ca23e27c5984 Mon Sep 17 00:00:00 2001 From: huqi Date: Thu, 2 Jul 2020 14:40:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=84=9A=E6=9C=AC=E6=8B=B7?= =?UTF-8?q?=E8=B4=9D=E7=B2=98=E8=B4=B4=E6=97=B6=EF=BC=8C=E5=92=8C=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=85=83=E7=B4=A0=E7=9A=84=E6=8B=B7=E8=B4=9D=E7=B2=98?= =?UTF-8?q?=E8=B4=B4=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_cms_FormDesigner/Main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/o2web/source/x_component_cms_FormDesigner/Main.js b/o2web/source/x_component_cms_FormDesigner/Main.js index 85ee572c9b..cd0522549f 100644 --- a/o2web/source/x_component_cms_FormDesigner/Main.js +++ b/o2web/source/x_component_cms_FormDesigner/Main.js @@ -92,9 +92,9 @@ MWF.xApplication.cms.FormDesigner.Main = new Class({ if (this.shortcut) { if (this.form) { // if (this.form.isFocus){ - if (!this.form.node.contains(document.activeElement)){ - return false; - } + // if (!this.form.node.contains(document.activeElement)){ + // return false; + // } if (this.form.currentSelectedModule) { var module = this.form.currentSelectedModule; if (module.moduleType != "form" && module.moduleName.indexOf("$") == -1) { -- GitLab