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.
2 parents bd4c6b8 + 2877ef8 commit 8289d69Copy full SHA for 8289d69
src/vector/platform/ElectronPlatform.tsx
@@ -600,6 +600,8 @@ export default class ElectronPlatform extends VectorBasePlatform {
600
case "8":
601
case "9":
602
case "0":
603
+ // ideally we would use SpaceStore.spacesEnabled here but importing SpaceStore in this platform
604
+ // breaks skinning as the platform is instantiated prior to the skin being loaded
605
if (SettingsStore.getValue("feature_spaces") && isOnlyCtrlOrCmdKeyEvent(ev)) {
606
this.navigateToSpace(parseInt(ev.key, 10));
607
handled = true;
0 commit comments