0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)TypeScript20,263 star (20,263 star)2,167 fork (2,167 fork)batch import
P3Package: coreType: enhancementhelp wanted
- 议题类型
- bug
- 研究方向
- The issue is about resolving hotkey conflicts so that only the most local context's callback fires. Start by examining the Hotkey component and its context mechanism in the Blueprint source, likely under packages/core/src/components/hotkeys/. Look for how hotkeys are registered and how conflicts are currently handled. The desired behavior is to propagate the event to the nearest ancestor context and stop propagation. Review any existing tests or discussions in the repository. A solution could involve checking the event propagation and ensuring that only the closest matching hotkey triggers.