Browse Source

BI-64670 fix: 上传按钮出现多个tooltip

es6
Young 4 years ago
parent
commit
65e6c43df5
  1. 2
      src/base/single/input/file.js

2
src/base/single/input/file.js

@ -401,7 +401,7 @@
return handler;
};
BI.File = BI.inherit(BI.Single, {
BI.File = BI.inherit(BI.Widget, {
_defaultConfig: function () {
var conf = BI.File.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {

Loading…
Cancel
Save