diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-03 18:30:47 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-03 18:30:47 +0200 |
commit | 65090cce57180c5492b30f62375879d616202411 (patch) | |
tree | 3c220b6229a6f413f73ae44fc69dd75112b5f3d4 /components/config.ts | |
parent | f144e2bba9dd8cad216151d2b9d4d4e23662e538 (diff) |
fix: fixed filtering with citation nodes
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts index db450d7..daf548c 100644 --- a/components/config.ts +++ b/components/config.ts @@ -93,7 +93,7 @@ export const initialVisuals = { refDashLength: 35, refGapLength: 15, refLinkColor: 'gray.400', - refLinkHighlightColor: ''. + refLinkHighlightColor: '', refNodeColor: 'black', } |