Eric Hasegawa
Eric Hasegawa
### Which packages did you experience the bug in? comments ### What Tiptap version are you using? "@tiptap-pro/extension-comments": "^2.8.1", ### What’s the bug you are facing? Undo does not seem...
### Which packages did you experience the bug in? comments ### What Tiptap version are you using? "@tiptap-pro/extension-comments": "^2.8.1", ### What’s the bug you are facing? Deleting a comment node/mark...
### Which packages did you experience the bug in? comments ### What Tiptap version are you using? "@tiptap-pro/extension-comments": "^2.8.1", ### What’s the bug you are facing? Creating a comment with...
### Affected Packages StarterKit, BulletList, ListItem ### Version(s) latest ### Bug Description Create a bullet list as normal, enter the first bullet point. Press enter -> new empty `listItem` spawns...
### Affected Packages extension-unique-ids, extension-font-family ### Version(s) All versions of Unique ID/font family ### Description of the Bug If I have the Unique ID extension and the Font family extension,...
### Description I have 3 Poetry packages within the same folder `streamline_logger`, `grant_vectorizer`, and `doc_parsing`. `grant_vectorizer` and `doc_parsing both use `streamline_logger` and import it in the same way, in `pyproject.toml`...
While using `y-prosemirror` through a Tiptap React/NextJS project, I ran into an issue where the[ `CollaborationCursor` extension](https://github.com/ueberdosis/tiptap/tree/main/packages/extension-collaboration-cursor) was clearing marks from my nodes; dug around in there and traced this...