Adam Shaw 9 年之前
父节点
当前提交
c868dee78d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/Grid.events.js

+ 1 - 1
src/common/Grid.events.js

@@ -636,7 +636,7 @@ Grid.mixin({
 
 				if (hitSpan) {
 					dropLocation = _this.computeExternalDrop(hitSpan, meta);
-					isAllowed = dropLocation && this.isExternalLocationAllowed(dropLocation, meta.eventProps);
+					isAllowed = dropLocation && _this.isExternalLocationAllowed(dropLocation, meta.eventProps);
 				}
 				else {
 					isAllowed = false;