You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constelementsBelow=awaitdocument.elementsFromPoint(point[0],point[1]);// prevent from picking the dragging elementconstelementBelow=elementsBelow[elementsBelow.indexOf(target)+1];
The text was updated successfully, but these errors were encountered:
…1105)
* fix: account for special attribute when cloning custom element #1095
* fix: update [email protected] to use latest WGSL syntax #1103
* fix: use elementsFromPoint for picking droppable element #1094
* fix: use a temporary vec3 when calling setPosition to prevent alloc vec3 too often
Co-authored-by: yuqi.pyq <[email protected]>
node 移入 droppable 区域未触发 dragenter 事件:
https://g-next.antv.vision/zh/examples/plugins#dragndrop-group
解决方案是使用 elementsFromPoint 得到所有被拾取到的图形,排除掉顶层正在拖拽的图形:
The text was updated successfully, but these errors were encountered: