@@ -58,7 +62,8 @@ const KeyboardShortcuts = () => (
- Up , Left , Down , Right
+ Up , Left , Down ,{' '}
+ Right
|
@@ -68,7 +73,7 @@ const KeyboardShortcuts = () => (
- Shift + 1
+ Shift + 1
|
Fit to content |
@@ -90,6 +95,7 @@ const KeyboardShortcuts = () => (
export const SettingsPanel: React.FC = () => {
const editorTheme = useEditorTheme();
const simulationMode = useSimulationMode();
+ const vizOrientation = useVizOrientation();
return (
{simulationMode === 'visualizing' && }
@@ -112,6 +118,22 @@ export const SettingsPanel: React.FC = () => {
))}
+