diff --git a/o2web/source/x_component_cms_FormDesigner/Main.js b/o2web/source/x_component_cms_FormDesigner/Main.js index 85ee572c9be17bfb9aeab825615fd358eab67126..cd0522549f1d66c0517b06703ca170a906d3ae74 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) {