Browse Source

Merge pull request #250739 in DEC/fineui from master to feature/x

* commit '572a77e73a6eba65a4135891df821f6b21603bd0':
  无jria fix:group.virtual
research/test
superman 1 year ago
parent
commit
7534ae84f0
  1. 2
      packages/fineui/src/base/combination/group.virtual.js

2
packages/fineui/src/base/combination/group.virtual.js

@ -68,7 +68,7 @@ export class VirtualGroup extends Widget {
el: extend(
{
ref: _ref => {
if (isKey(btMap[el.value])) {
if (isKey(el.value)) {
btMap[el.value] = _ref;
}
},

Loading…
Cancel
Save