看起来它找不到这个函数:
customCreateTopic() {
if (document.querySelector(".d-editor-input")) {
document.querySelector(".d-editor-input").focus();
} else {
this.composer.openComposer({
action: _composer.default.CREATE_TOPIC,
draftKey: _composer.default.NEW_TOPIC_KEY,
categoryId: this.category?.id,
tags: this.tag?.id
});
}
}
},
我在 Ubuntu OS 的 Firefox 和 Chrome 上进行了测试。不确定是我使用的插件还是其他什么原因,我想我得玩一下并深入研究一下。奇怪的是,似乎只有我遇到了这个问题
希望能找到原因。