0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript20,263 stars (20,263 stars)2,167 forks (2,167 forks)batch import
P3Package: coreType: enhancementhelp wanted
Description
This issue does not include a description.
- Issue type
- bug
- Research direction
- 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.