Browse Source

revert log

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

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

@ -73,12 +73,10 @@ BI.SelectPatchEditor = BI.inherit(BI.Widget, {
},
_clearSplitValue: function () {
console.log(6);
this.editor.setValue("");
},
_dealChange: function (type, v) {
console.log(5);
var value = "";
if (v !== this.editor.getValue()) {
return;

Loading…
Cancel
Save