Alecyrus

Results 26 comments of Alecyrus

It is an expected behavior for the dependence( yUndoPlugin in y-prosemirror ) of Collaboration Extension. The initialization of yUndoPlugin() will put the cursor to the end of document. You can...

I have no time to dig in. Anyway, this issue is related to `yUndoPlugin ` and UndoManager in`yjs`. Check the meta information by printing all transactions in `onTransaction` , you'll...

I have the same issue https://github.com/yjs/y-prosemirror/issues/43. I try this commit and it does not work, but https://github.com/yjs/y-prosemirror/issues/43#issuecomment-1253668582 works.

> for me the autofocus doesnt work at all with the collaboration extension enabled. Without it, it works well. I am also using hocuspocus. > > Would it be possible...

I am seeing this issue in Bun v1.1.3. I set [install.optional] = false in bunfig.toml, but sharp, an optional dependency of astro, is still installed, which is not expected.