Links on images not updating
jibin2706 opened this issue · 0 comments
jibin2706 commented
Checklist
- Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/
- Try to report your issue in the correct repository. Yjs consists of many modules. When in doubt, report it to https://github.com/yjs/yjs/issues/
Describe the bug
Marks on images are not getting updated from one document to other
To Reproduce
Steps to reproduce the behavior:
- Go to the demo example of 'https://docs.yjs.dev/ecosystem/editor-bindings/prosemirror'
- Click on Insert Image > Add an image
- Click on the image & Click on add or remove link icon and add any link to that image
- Inspect the image element, link is added on the first instance
- Now inspect the image on other instance, changes are not updated
Expected behavior
The link should have been updated on both the editor instance.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment Information
- Chrome
Additional context
Found this issue on Remirror which uses this library, so tried to reproduce the same.
remirror/remirror#2122