summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-31 16:18:12 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-31 16:18:12 +0200
commit9f04ec867ba90a9813a192834f7a104b6a2cf945 (patch)
treed06708039cd207a8b91775a846d7d8a940231264 /components
parent144c2f66c54196bcc06e9096818317fc222ea009 (diff)
dotted all the ts and crossed the is
Diffstat (limited to 'components')
-rw-r--r--components/tweaks.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/tweaks.tsx b/components/tweaks.tsx
index 3da32cc..bc1a0d3 100644
--- a/components/tweaks.tsx
+++ b/components/tweaks.tsx
@@ -163,6 +163,7 @@ export const Tweaks = (props: TweakProps) => {
setFilter(initialFilter)
setMouse(initialMouse)
setPhysics(initialPhysics)
+ setBehavior(initialBehavior)
}}
variant="none"
size="sm"
@@ -1222,7 +1223,7 @@ export const Tweaks = (props: TweakProps) => {
</Portal>
</Menu>
</Flex>
- <Flex alignItems="center" justifyContent="space-between">
+ {/* <Flex alignItems="center" justifyContent="space-between">
<Flex>
<Text>Follow local graph</Text>
<InfoTooltip infoText="When in local mode and opening a node that already exists in Emacs, should I add that local graph or open the new one?" />
@@ -1252,7 +1253,7 @@ export const Tweaks = (props: TweakProps) => {
</MenuList>
</Portal>
</Menu>
- </Flex>
+ </Flex> */}
<SliderWithInfo
label="Zoom speed"
value={behavior.zoomSpeed}