Skip to content

Conversation

@hassoncs
Copy link
Contributor

@hassoncs hassoncs commented Nov 7, 2025

Add logic to temporarily disable hover-based selection when context menu items change, preventing unintended selections while the menu is open

Also introduce stable empty array references- Previously, the empty arrays were causing the props to change, causing a continuous render loop while the ContextMenu.tsx was open

Fixes: #2104

2025-11-07 10 56 30

@changeset-bot
Copy link

changeset-bot bot commented Nov 7, 2025

🦋 Changeset detected

Latest commit: 86863ce

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kilo-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Add logic to temporarily disable hover-based selection when context menu items change, preventing unintended selections during dynamic updates.

Also introduce stable empty array references- Previously, the empty arrays were causing the props to change, causing a continuous render loop while the @ContextMenu.tsx was open

Fixes: #2104
@hassoncs hassoncs force-pushed the fix-auto-select-file-list branch from 3a21e71 to 86863ce Compare November 7, 2025 19:09
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.

The file is auto selected under mouse when press @

2 participants