LiJie
LiJie
Thanks for the advice, it got me out of the rabbit hole.
er... The `yarn prettier` is the correct linter command for Revogrid, right?
I think if your service has at least three layers: * UI layer * Data binding layer * YJS data layer Then maybe you can implement relevant permission control in...
Hi, @zeinabzahran As of version `2.29.0-rc.0`, editor.js still does not support perform inline actions across mutiple blocks.
hi, @NilSet This issue is not reproduce on the Yjs **13.6.5** via your [repo](https://github.com/NilSet/yjs-stack-overflow/tree/slow-gc) . https://github.com/yjs/yjs/assets/5371749/2fc354d3-b871-4968-ba16-843ae8b1f730 > **Checklist** > > * [x] Are you reporting a bug? Use github issues...
> You are on main branch, this issue links to the slow-gc branch which checks a different anonymized sample with different characteristics than the main branch. Hi, @NilSet I swithed...
hi, @gblaketx I change your code & the issue is not reproduce. ```javascript const Y = require('yjs'); const localOrigin = 'localOrigin'; // 1. Set up a document containing an XmlText...
hi, @spake As far as I know, `UndoManager` only stores local actions into the history record, so in the replication code you provided, the `x` of `map2` actually only be...
👍 Yes, I understand your expectations very well. Looking at this issue at a higher product level, it is essentially about "other users being able to undo/redo my actions, is...
Supplement: There is no such bug in version `13.5.13`.