|
@@ -92,9 +92,9 @@ MWF.xApplication.cms.FormDesigner.Main = new Class({
|
|
|
if (this.shortcut) {
|
|
if (this.shortcut) {
|
|
|
if (this.form) {
|
|
if (this.form) {
|
|
|
// if (this.form.isFocus){
|
|
// 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) {
|
|
if (this.form.currentSelectedModule) {
|
|
|
var module = this.form.currentSelectedModule;
|
|
var module = this.form.currentSelectedModule;
|
|
|
if (module.moduleType != "form" && module.moduleName.indexOf("$") == -1) {
|
|
if (module.moduleType != "form" && module.moduleName.indexOf("$") == -1) {
|