Explorar o código

remove unnecessary comment

Futa Arai hai 5 meses
pai
achega
eabda2f546

+ 0 - 1
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantSidebar/ThreadList.tsx

@@ -53,7 +53,6 @@ export const ThreadList: React.FC = () => {
                 openChatHandler(thread);
                 openChatHandler(thread);
               }}
               }}
               onMouseDown={(e) => {
               onMouseDown={(e) => {
-                // Prevent focus when clicking with mouse, but allow keyboard focus
                 e.preventDefault();
                 e.preventDefault();
               }}
               }}
             >
             >