各位同學們好,
想請教各位關於使用material angular拖曳時會發生的錯誤
流程大概是這樣, 當我在第一次拖曳完成, 透過API傳入排序id給予後台, 並call API渲染畫面一次確保拖曳完成, 但再次嘗試"相同"的位置拖曳卻發生兩個錯誤,並且滑鼠屬標卡住
第一個是當我drag的時候 console 出現
Cannot read property’getSiblingContainerFromPosition’ of undefined
第二個是當我drop的時候 console 出現
Unhandled Promise rejection: Cannot read property ‘getItemIndex’ of undefined ; Zone: ; Task: Promise.then ; Value: TypeError: Cannot read property ‘getItemIndex’ of undefined
以下是console 所出現的錯誤
以下是 get and put API 方法
還請各位同學們給予協助 謝謝