qipan
qipan
https://github.com/Tencent/tdesign-vue-next/blob/27fd2d39c88a40458196e9e28fa202ad7be0258f/src/table/hooks/useColumnResize.ts#L240C33-L240C46 该行的 `effectNextCol` 参数似乎应该为 `effectPrevCol`。 触发该问题的列配置: `const columns = [ { title: 'A' }, { title: 'B' }, { title: 'C', minWidth: 150 } ]` 多次拖动 A 右侧列宽拖动条,会出现 A 列宽无法缩小的问题。
Fix memory leak in the worker component: ydoc instances were not properly released after applying updates and writing to storage.
### Initial checklist - [x] Is this really a problem? - [x] I have searched the Github Issues for similar issues, but did not find anything. ### Problem Univer does...
When calling applyUpdate with large text and many deletes, frequent structs.splice calls become a performance bottleneck. To improve this, we replace the repeated splice operations by rebuilding the structs array...
Hey, thanks for the great work on Yjs — we’ve been able to add real-time collaboration to our product because of it! We’ve recently been trying to migrate our Yjs...