From b341ee309edf9b376c4ac7a4d9597a1776865929 Mon Sep 17 00:00:00 2001 From: Sahil Garg Date: Tue, 7 Jul 2026 12:42:12 +0530 Subject: [PATCH] fix: toast now disappears on mobile when clicked on view button. --- platforms/blabsy/client/src/components/input/input.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms/blabsy/client/src/components/input/input.tsx b/platforms/blabsy/client/src/components/input/input.tsx index da9a6621c..ea9a83489 100644 --- a/platforms/blabsy/client/src/components/input/input.tsx +++ b/platforms/blabsy/client/src/components/input/input.tsx @@ -117,13 +117,14 @@ export function Input({ if (closeModal) closeModal(); - toast.success( + const toastId = toast.success( () => ( Your Blab was sent toast.dismiss(toastId)} > View