editor insertImage 每插入一个图片就多一个换行,小程序端就出现多个换行,h5内置浏览器又正常的
nickapp
- 发布:2023-04-27 16:25
- 更新:2023-05-15 16:44
- 阅读:256
nickapp (作者)
晕死,在小程序社区看到了答案
self.editorCtx.insertImage({
src: '',
width:20,
nowrap:true, //不换行
height:20,
})