From 93e19f549d0f0ee23930a12c775b6524b00f7cf5 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 2 Nov 2023 10:50:01 +0800 Subject: [PATCH] No need scroll back --- src/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index e085b9bf..d5457eaf 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1590,7 +1590,7 @@ function Status({ onClick={(e) => { if (e.target === e.currentTarget) { setShowEdited(false); - statusRef.current?.focus(); + // statusRef.current?.focus(); } }} >