How to not sync with Univer-server #5508
Unanswered
sultanfsn
asked this question in
Q&A | 常见问题
Replies: 1 comment
-
Yes, it’s possible, but not natively out-of-the-box. You’ll need to either: Intercept and block outbound ops (simplest if you only want ephemeral local edits), or Maintain a separate local-only instance (cleaner separation but more setup). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My current univer sheet implementation has CollaborationPresets enabled and use univer-server, hence every changes made on the sheet will be synced to the univer-server and reflected on other users. For one of my features I'm developing I would like to create a "local view" mode where changes a user made on that mode will only be reflected on that user's sheet. Is this possible? Is there any way to not update to the univer-server while still enabling the CollaborationPresets?
Beta Was this translation helpful? Give feedback.
All reactions