Browse Source

BI-87949 fix: 重置start状态

es6
windy 3 years ago
parent
commit
fe770db8a1
  1. 1
      src/widget/multiselect/trigger/editor/editor.patch.js

1
src/widget/multiselect/trigger/editor/editor.patch.js

@ -66,6 +66,7 @@ BI.SelectPatchEditor = BI.inherit(BI.Widget, {
}, {
eventName: BI.Editor.EVENT_BLUR,
action: function () {
self._start = false;
self.fireEvent(BI.SelectPatchEditor.EVENT_BLUR, arguments);
},
}],

Loading…
Cancel
Save