You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've read slate-yjs code and find they are intercepting editor.apply to sync changes. There are also other plate plugins intercepting editor.apply, such as createNodeIdPlugin. Does it mean that slate-yjs should be the first plugin (so that all the other plugins' patches are executed before the yjs plugin's patched editor.apply)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've read slate-yjs code and find they are intercepting editor.apply to sync changes. There are also other plate plugins intercepting
editor.apply
, such ascreateNodeIdPlugin
. Does it mean that slate-yjs should be the first plugin (so that all the other plugins' patches are executed before the yjs plugin's patchededitor.apply
)?Beta Was this translation helpful? Give feedback.
All reactions