yuanwei
Results
3
comments of
yuanwei
> @xiongsongsong Thank you. I didn't know that it is possible to use `useFetch`. I'll watch for that some bug. 👀 There seems to be no other better solution
> 是不是文本没有设置宽高,且使用了居中对齐(可以先去掉试试)? > > 或者贴一下代码上来,如果有问题下个版本可以修复一下。 const Textbox:ITextInputData = { id:nanoid(), editable: true, hitBox:true, resizeFontSize:true, x: 200, y: 200, fill: 'black' } if (typeof object === 'string') { Textbox.text=object; }else{ Object.assign(Textbox,...