diff --git a/src/pages/chat/features/SessionList/List/index.tsx b/src/pages/chat/features/SessionList/List/index.tsx index 86ce823338695..f4ca0a8c3b8e8 100644 --- a/src/pages/chat/features/SessionList/List/index.tsx +++ b/src/pages/chat/features/SessionList/List/index.tsx @@ -26,7 +26,8 @@ const SessionList = memo(() => { { + // replace onClick with onPointerDown to prevent double click on mobile + onPointerDown={(e) => { e.preventDefault(); if (mobile) switchSession(id);