Discourse toolkit to render forms

图像上传的情况变得更加奇怪了。

有时,在使用表单控件打开文件对话框上传图像时,我会收到此错误:

selectedText - utilities.js:137:25
TypeError: ancestor is null
 const postMenuArea = ancestor.querySelector(".post-menu-area");
    <form.Field
      @name="upload_url_1"
      @title="Upload"
      @onSet={{this.handleUpload}}
      as |field|
    >
      <field.Image @type="branding" />
    </form.Field>

这尤其奇怪,因为我的表单在一个与帖子无关的模态框中。

一切最终都能正常工作,只是浏览器控制台显示得有点难看。

祝好!

2 个赞