1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript15,390 stars (15,390 stars)2,236 forks (2,236 forks)batch import
buggood first issueimportant
Description
描述错误 切换sheet页时,触发协同会影响用户的操作
Contributor guide
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- basic understanding of Luckysheetknowledge of collaborative editing
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- The issue describes that when switching sheets, collaboration should not occur. Investigate the code path that triggers collaboration events when switching sheets. Look at the 'sheetChange' or 'sheetSwitch' handlers in the codebase (likely in src/ or similar). Consider where collaboration (like WebSocket/RealTime collaboration) is invoked and add a condition to skip it during sheet switch. Check if there are any existing flags or state to indicate sheet switching. See issue #214 and related comments.