sing-jump-rap
sing-jump-rap
### 📦 部署环境 Docker ### 📌 软件版本 5.17.0 ### 💻 系统环境 macOS ### 🌐 浏览器 Chrome ### 🐛 问题描述 偶然性的bug,不好定位究竟是什么原因,有其他人遇到过吗 ### 📷 复现步骤 _No response_ ### 🚦 期望结果 _No response_...
**Describe the bug**  Copy the current browser window  **To Reproduce** **Misc** - Node version:16.15.0 - Package manager: - Browser: - [ ] I'm a [sponsor](https://github.com/sponsors/YousefED) and would appreciate...
**Describe the bug** 仿照官方文档"https://www.blocknotejs.org/docs/advanced/real-time-collaboration"中的示例 将"y-webrtc"修改为"y-websocket",其余部分不变。 用户a编辑文档A并且新建了多个block同时用户b进入文档A就会报这个错误。 如果用户a修改文档后把光标点击到第一个block上,用户b进入文档A就不会报这个错误。 我认为是光标的读取获取存在bug **To Reproduce** import * as Y from "yjs"; import { WebsocketProvider } from "y-websocket"; // ... const doc = new Y.Doc(); const...
**Describe the bug** 源码例子中的blocknote版本太老,与新版本不兼容,报错 **To Reproduce** Steps to reproduce the behavior: 1. npm install @blocknote/core @blocknote/react @blocknote/mantine 2. npm install @defensestation/blocknote-comments 3. 按照例子中引入 4. 选中文字时报错  **Screenshots** If applicable, add...