pull/70/merge
贤心 2021-04-01 01:40:20 +08:00
parent 2896fde967
commit 9d2068b02d
2 changed files with 1 additions and 6 deletions

2
dist/laydate.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1854,11 +1854,6 @@
bind && (that.bindElem = this);
that.render();
});
//失去焦点自动关闭
elem.on('blur', function(){
that.remove();
});
};
if(!options.elem[0] || options.elem[0].eventHandler) return;