CondorHero
CondorHero
Good job👍 For the convenience of users, invite you to submit a PR😁
macOS@14 is fine, but I upgraded to 15 and it still doesn't work properly, I'm very sorry🤦♂️ related issue in Puppeteer: https://github.com/puppeteer/puppeteer/issues/13352#issuecomment-2522090037
Same issue: https://github.com/vbenjs/vite-plugin-mock/issues/48
项目中遇到可编辑表格的地方不少,而且不是整列或者整行都能编辑这种简单的方式,比如上图这种,我需要在 DOM 渲染完成之后立刻调用 ref API 来开启编辑,这么做有两个痛点: 1. 无法直接拿到 row 和 col 上的相关数据,数据和列、行不相关了,业务实现起来较为复杂 2. 使用 PlusPage 还会遇到一个情况, await nextTick(); 之后必须还要 requestAnimationFrame 或者 setTimeout 才能获取表格的 refs 下面是业务中简单的代码演示,只是为了让某一行的两列不可编辑,但我必须读取和操作所有的单元格: ```ts const updateTableCells = async...
Hi @kinecology, I tested it before and found that this PR(https://github.com/curvenote/prosemirror-docx/pull/53/files) caused the problem. You can use version 0.4.1.
No, I just reminded @dan-cooke that his PR had this problem, but I didn't make any fixes for his PR, and he didn't make any commits to fix it, so...
@kinecology I think you can delete all the changes involved in PR (https://github.com/curvenote/prosemirror-docx/pull/53/files), do not use it through `npm`, and directly copy the files of this library to the local...
当前分步表单的设计,步骤事件和提交事件耦合在一起,开发者无法在用户填写完表单后,点击提交按钮调用接口,下个版本将会支持提交事件。 图片记录:
Good Job👍 --- But I don't know why the vendor file is still a little bit bigger.😂
@irychen 我也遇到了这个问题,ProTable 中会出现不知道为什么。