tmagic-editor icon indicating copy to clipboard operation
tmagic-editor copied to clipboard

Results 63 tmagic-editor issues
Sort by recently updated
recently updated
newest added

[官方文档](https://tencent.github.io/tmagic-editor/docs/guide/component.html#%E7%BB%84%E4%BB%B6%E5%BC%80%E5%8F%91) 我按照上述步骤在拉取的代码中尝试创建自定义组件,启动时没有报错,但是编辑器里提示找不到组件 ![image](https://github.com/Tencent/tmagic-editor/assets/46101972/54ef9573-df00-466f-a0b5-d8294bf7fa5e)

复现步骤:添加一个图片组件,进行复制,然后旋转组件,在移动组件的过程中会出现画框分离。 截图如下: ![image](https://github.com/Tencent/tmagic-editor/assets/43032049/e53a3cad-4536-4f0d-87db-23f08fdb6702)

vue没有问题, ui-react 中 IteratorContainer initValue 没有设置任何值。 拖动到画布后, IteratorData = '' ; 导致 IteratorData.push({}) 报错了 看代码 应该值vue绑定更改了, 但是没找到哪里更改点 = =