[SSE] Fix bug 46138
This commit is contained in:
parent
2a1ff38a02
commit
594bd3766f
|
@ -267,7 +267,7 @@ define([
|
|||
},
|
||||
|
||||
onDragOver: function (listview, event) {
|
||||
if ((this.pivotIndex === -2 && (this.enterListView === 'pivot-list-filters' || this.enterListView === 'pivot-list-values')) ||
|
||||
if (event.originalEvent.dataTransfer.types[0] === 'onlyoffice' || (this.pivotIndex === -2 && (this.enterListView === 'pivot-list-filters' || this.enterListView === 'pivot-list-values')) ||
|
||||
(this.fromListView === 'pivot-list-fields' && this.enterListView === 'pivot-list-fields')) {
|
||||
event.originalEvent.dataTransfer.dropEffect = 'none';
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue