mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
No need scroll back
This commit is contained in:
parent
38ee094405
commit
93e19f549d
1 changed files with 1 additions and 1 deletions
|
@ -1590,7 +1590,7 @@ function Status({
|
|||
onClick={(e) => {
|
||||
if (e.target === e.currentTarget) {
|
||||
setShowEdited(false);
|
||||
statusRef.current?.focus();
|
||||
// statusRef.current?.focus();
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue