No need scroll back

This commit is contained in:
Lim Chee Aun 2023-11-02 10:50:01 +08:00
parent 38ee094405
commit 93e19f549d

View file

@ -1590,7 +1590,7 @@ function Status({
onClick={(e) => { onClick={(e) => {
if (e.target === e.currentTarget) { if (e.target === e.currentTarget) {
setShowEdited(false); setShowEdited(false);
statusRef.current?.focus(); // statusRef.current?.focus();
} }
}} }}
> >