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
…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]>
克隆箭头这样的自定义组件时,由于 attributes 中含有非
string
number
类型这样的值,例如 startHead,body 为基础图形,在拷贝时不能简单使用Object.assign()
:The text was updated successfully, but these errors were encountered: