收藏
回答

富文本编辑器editor的 insertImage API,如何去掉自动多出的空行?

富文本编辑器editor的 insertImage API,插入图片后会多了个<p><br></p>

let that = this;
this.editorCtx.insertImage({
    src: "https://www.hongbk.club/emotion/"+this.emotion[index].name+".png",
    extClass: 'emoji_img',
    success() {
        that.editorCtx.getContents({
            success(res) {
                console.log(res.html)
            }
        }) 
    }
})

打印的结果:

回答关注问题邀请回答
收藏

2 个回答

  • 铭锋科技
    铭锋科技
    2019-11-10

    谢邀,没玩过,replace不行吗

    2019-11-10
    有用
    回复
  • ==
    ==
    2019-11-09

    移动端插入图片后,为方便用户跳到下一行,insertImage 后会插入一个空行,这个之前你不是问过吗。。应该去不掉

    2019-11-09
    有用
    回复 2
    • @10086
      @10086
      2019-11-09
      我就想知道能不能去掉,没人理,只能再次提问了
      2019-11-09
      回复
    • ==
      ==
      2019-11-09回复@10086
      官方没回复你,肯定是去不掉的
      2019-11-09
      1
      回复
登录 后发表内容
问题标签