Skip to content

Conversation

MohabCodeX
Copy link
Contributor

@MohabCodeX MohabCodeX commented Sep 9, 2025

❌ Before:

  1. /bind 1 bug → user binds key
  2. bindKey("1", "down", "bug") → resource overrides it
  3. unbindKey("1", "down", "bug")removes both bindings
  4. Key "1" no longer works, user binding is lost

✅ After:

  1. Same steps
  2. Resource unbinds → only its binding is removed
  3. User binding is restored automatically

Tested.

@FileEX FileEX added the bugfix Solution to a bug of any kind label Sep 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Solution to a bug of any kind
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants