From 06fb10436d571071a10cf5127faed47693e07755 Mon Sep 17 00:00:00 2001 From: John Mavrick Date: Thu, 21 Dec 2023 17:05:10 -0800 Subject: [PATCH] make tooltip hoverable --- src/ui/components/Chatbox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/components/Chatbox.tsx b/src/ui/components/Chatbox.tsx index df23417..8212aeb 100644 --- a/src/ui/components/Chatbox.tsx +++ b/src/ui/components/Chatbox.tsx @@ -109,7 +109,7 @@ const Chatbox = ({ annotationFiles, isResponding, messages }: ChatboxProps) => { } const handleAnnotationClick = () => { - // open new tab and then navigate to fil + // open new tab and then navigate to file if (app && fileName) { const file = app.vault.getAbstractFileByPath( @@ -131,7 +131,7 @@ const Chatbox = ({ annotationFiles, isResponding, messages }: ChatboxProps) => { > [^{index}] - +
{fileName} {quote}