[SSE] Fix context menu on pivot fields
This commit is contained in:
parent
2aa9cb80f4
commit
fde17e3032
|
@ -638,8 +638,6 @@ define([
|
|||
},
|
||||
|
||||
onColumnsSelect: function(type, picker, item, record, e){
|
||||
var btn = $(e.target);
|
||||
if (btn && btn.hasClass('listitem-icon')) {
|
||||
this._state.field = {record: record, type: type, length: picker.store.length};
|
||||
if (this.fieldsMenu) {
|
||||
if (this.fieldsMenu.isVisible()) {
|
||||
|
@ -772,7 +770,6 @@ define([
|
|||
}, 10);
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}
|
||||
},
|
||||
|
||||
setLocked: function (locked) {
|
||||
|
|
Loading…
Reference in a new issue