fix: two components rendering with same key
This is due to using binding.description as the key in Keybindings overlay
This commit is contained in:
@@ -115,8 +115,7 @@ const STREAM_VIEW_KEYBINDINGS: KeybindingGroup[] = [
|
||||
{
|
||||
label: "Navigation",
|
||||
bindings: [
|
||||
{ keys: ["←", "→"], description: "Previous / next particle" },
|
||||
{ keys: ["↑", "↓"], description: "Previous / next particle" },
|
||||
{ keys: ["←", "→", "↑", "↓"], description: "Previous / next particle" },
|
||||
{ keys: ["Esc"], description: "Back to network" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user