提交 28b0f156 编写于 作者: NoSubject's avatar NoSubject

修复脚本拷贝粘贴时,和设计元素的拷贝粘贴冲突

上级 12f52d8c
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册