From 358a6ce95d2cd657ee542a1ecc2c3729d46e6412 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Mon, 28 Oct 2024 20:49:01 -0700 Subject: [PATCH] Defer turning cursor color to selected agents color for later Capability exists but idea needs to be investigated further --- .../web/app/components/chatInputArea/chatInputArea.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 7d349081..b60228df 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -37,11 +37,7 @@ import { Popover, PopoverContent } from "@/components/ui/popover"; import { PopoverTrigger } from "@radix-ui/react-popover"; import { Textarea } from "@/components/ui/textarea"; import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/components/ui/tooltip"; -import { - convertColorToCaretClass, - convertColorToTextClass, - convertToBGClass, -} from "@/app/common/colorUtils"; +import { convertColorToTextClass, convertToBGClass } from "@/app/common/colorUtils"; import LoginPrompt from "../loginPrompt/loginPrompt"; import { uploadDataForIndexing } from "../../common/chatFunctions"; @@ -498,8 +494,8 @@ export const ChatInputArea = forwardRef((pr