update
parent
2896fde967
commit
9d2068b02d
File diff suppressed because one or more lines are too long
|
@ -1854,11 +1854,6 @@
|
||||||
bind && (that.bindElem = this);
|
bind && (that.bindElem = this);
|
||||||
that.render();
|
that.render();
|
||||||
});
|
});
|
||||||
|
|
||||||
//失去焦点自动关闭
|
|
||||||
elem.on('blur', function(){
|
|
||||||
that.remove();
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if(!options.elem[0] || options.elem[0].eventHandler) return;
|
if(!options.elem[0] || options.elem[0].eventHandler) return;
|
||||||
|
|
Loading…
Reference in New Issue