Skip to content

Conversation

@helloyork
Copy link
Collaborator

No description provided.

@helloyork helloyork merged commit 42f8a95 into master Jul 6, 2025
2 checks passed
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Skip Key Handling Interferes with Navigation

The (!router || !router.isActive()) condition was removed from the skip key handling logic. This change allows skip actions to occur even when the router or menu system is active, leading to unintended skipping during page transitions, navigation, or menu interactions, and disrupting the user experience.

src/game/player/elements/player/KeyEventAnnouncer.tsx#L47-L50

const handleKeyDown = (event: KeyboardEvent) => {
if (game.keyMap.match(KeyBindingType.skipAction, event.key)
&& game.preference.getPreference(Game.Preferences.skip)
) {

Fix in CursorFix in Web


BugBot free trial expires on July 22, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants