mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +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) => {
|
onClick={(e) => {
|
||||||
if (e.target === e.currentTarget) {
|
if (e.target === e.currentTarget) {
|
||||||
setShowEdited(false);
|
setShowEdited(false);
|
||||||
statusRef.current?.focus();
|
// statusRef.current?.focus();
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue