From 959bae3419c355dbaf090ba042fccf7ea11770dc Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Tue, 26 Dec 2023 21:18:36 +0700 Subject: [PATCH] fix: remove delay tooltip and click event --- web/containers/DropdownListSidebar/index.tsx | 4 ---- web/containers/Providers/index.tsx | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/web/containers/DropdownListSidebar/index.tsx b/web/containers/DropdownListSidebar/index.tsx index d01adfea9..6448363d9 100644 --- a/web/containers/DropdownListSidebar/index.tsx +++ b/web/containers/DropdownListSidebar/index.tsx @@ -9,10 +9,6 @@ import { SelectItem, SelectTrigger, SelectValue, - Tooltip, - TooltipContent, - TooltipTrigger, - TooltipArrow, Input, } from '@janhq/uikit' diff --git a/web/containers/Providers/index.tsx b/web/containers/Providers/index.tsx index b0dce66d2..3decde809 100644 --- a/web/containers/Providers/index.tsx +++ b/web/containers/Providers/index.tsx @@ -73,7 +73,7 @@ const Providers = (props: PropsWithChildren) => { {setupCore && activated && ( - {children} + {children}