Uh oh!
There was an error while loading. Please reload this page.
Chore: Enhance spreadsheet state management with debouncing and schema validation - #177
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Ayush8923
left a comment
There was a problem hiding this comment.
Some small comments and question
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| // Univer command types: 0=COMMAND, 1=OPERATION, 2=MUTATION. Only mutations change state. | ||
| const UNIVER_MUTATION_TYPE = 2; |
There was a problem hiding this comment.
when the command 0 and 1 used?
There was a problem hiding this comment.
0 = COMMAND (user intent), 1 = OPERATION (UI/view change, no data mutation), 2 = MUTATION (atomic state write only safe persistence point).
Issue: #178