summaryrefslogtreecommitdiff
path: root/components/tweaks.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-05 21:30:12 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-05 21:30:12 +0200
commit54507855a316df0a428119093a16c5e5180fc56d (patch)
tree6f0b5373f72a07a54f7033b08d435ee836f4e56f /components/tweaks.tsx
parent6685a50208a283c90ea1567f731b4d85adc90694 (diff)
fix: update notes smoothly
Diffstat (limited to 'components/tweaks.tsx')
-rw-r--r--components/tweaks.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/tweaks.tsx b/components/tweaks.tsx
index e23476e..9ff994e 100644
--- a/components/tweaks.tsx
+++ b/components/tweaks.tsx
@@ -1130,6 +1130,9 @@ export const Tweaks = (props: TweakProps) => {
<Portal>
{' '}
<MenuList bgColor="gray.200" zIndex="popover">
+ <MenuItem onClick={() => setBehavior({ ...behavior, follow: 'color' })}>
+ Just coloring the currently opened node
+ </MenuItem>
<MenuItem onClick={() => setBehavior({ ...behavior, follow: 'local' })}>
Opening the local graph
</MenuItem>