Halecoder

Results 11 issues of Halecoder

代码块能自动折叠吗,太长了不太好滚屏阅读

**例行检查** [//]: # '方框内填 x 表示打钩' - [x] 我已确认目前没有类似 issue - [x] 我已完整查看过项目 README,以及[项目文档](https://doc.fastgpt.in/docs/intro/) - [x] 我使用了自己的 key,并确认我的 key 是可正常使用的 - [x] 我理解并愿意跟进此 issue,协助测试和提供反馈 - [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** **你的版本**...

bug

- **OS Version**: win32 10.0.19045 - **Notable Version**: v1.5.1 ``` ReferenceError: $ is not defined at EditorPlugins.componentWillMount (webpack-internal:///./src/renderer/components/main/extra/editor_plugins.tsx:37:9) at callComponentWillMount (webpack-internal:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js:11422:14) at mountClassInstance (webpack-internal:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js:11515:5) at updateClassComponent (webpack-internal:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js:14689:5) at beginWork (webpack-internal:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js:15645:16)...

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome125.0.0.0 ## Extra...

💤 Inactive

![image](https://github.com/seeksdream/relation-graph/assets/75030331/af9e5769-4bed-48f0-a0b9-8a4842b53ccd) 用的官网实例 https://www.relation-graph.com/#/demo/vue3?id=adv-line-slot

```js const getThumbnail = async () => { const graphInstance = graphRef.value!.getInstance(); const thumbnail = await graphInstance.getImageBase64(); return thumbnail; }; ``` 获取base64为空,我在vue3的onBeforeUnmount钩子调用

```js const graphRef = ref(); onMounted(() => { init(); setGraphData(); }); const setGraphData = async () => { const __graph_json_data: RGJsonData = rdata.value; const graphInstance = graphRef.value!.getInstance(); await graphInstance.setJsonData(__graph_json_data); };...

### Describe the bug 控制台打印 resize nullpx nullpx ![image](https://github.com/rennzhang/codemirror-editor-vue3/assets/75030331/af5b436b-8eec-486a-8ad4-61f6c5de527b) ### Validations - [X] Read the [docs](https://rennzhang.github.io/codemirror-editor-vue3/guide/getting-started). - [X] Check that there isn't [already an issue](https://github.com/RennCheung/codemirror-editor-vue3/issues?q=) that reports the same bug...