From 65090cce57180c5492b30f62375879d616202411 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 3 Aug 2021 18:30:47 +0200 Subject: fix: fixed filtering with citation nodes --- components/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/config.ts') 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', } -- cgit v1.2.3