This commit is contained in:
lizanle 2015-10-08 14:14:28 +08:00
parent 7cbee4cd53
commit e76f9a169e
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@
isdb = false; //这是单击
node = document.elementFromPoint(e.clientX, e.clientY);
if(node.tagName == "INPUT"){ //如果是输入框的聚焦,那么就不要进行下去了
isdb = true; //
isdb = true; //为了防止在编辑的时候又去单击其他tag去过滤。导致tag过滤不可用
return;
}
if($("#renameTagName")[0] != undefined ){//存在renameTagName,则处于编辑状态