leopen
Results
2
issues of
leopen
## **Describe the bug (required)** / **详细描述 bug(必填)** `node-children.ts` 中触发 `node.add` 事件的参数错误导致使用 `document.onMountNode()` 报错 --- ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** 编写插件的 `init()` 函数中调用接口,输出结果多一层node,代码如下 ``` project.currentDocument.onMountNode((node) => { console.log('onMountNode',...
WIP
I have a windows app built by electron-forge + vite, it work well untill I decide to add a database support with knex + sqlite3. the problem is that all...