We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872ebf6 commit c5a61d9Copy full SHA for c5a61d9
packages/main-layout/src/browser/tabbar/bar.view.tsx
@@ -251,7 +251,7 @@ export const IconTabView: FC<{ component: ComponentRegistryProvider }> = ({ comp
251
return `${options?.title} (${keybindingRegistry.acceleratorForKeyString(options.activateKeyBinding, '+')})`;
252
}
253
return options?.title;
254
- }, [component]);
+ }, [component, keybindingRegistry]);
255
256
useEffect(() => {
257
const dispose = component.onChange((newComponent) => {
0 commit comments