在尝试拖放时遇到的错误是“低”:
zone-evergreen.js:172未捕获的TypeError:无法读取属性 '_startReceiving'未定义
zone-evergreen.js:651未处理的承诺拒绝:无法读取 未定义的属性'_stopReceiving';区域:任务: 然后承诺;值:TypeError:无法读取属性“ _stopReceiving” 的未定义
ts文件:
drop(event: CdkDragDrop<string[]>, source, iTabId) {
moveItemInArray(event.container.data, event.previousIndex, event.currentIndex);
}
任何帮助将不胜感激。