mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Don't need to focus on status after closing carousel
It causes unnecessary scroll
This commit is contained in:
parent
8d609e14a6
commit
e4de6d1d22
1 changed files with 0 additions and 1 deletions
|
@ -658,7 +658,6 @@ function Status({
|
||||||
index={showMediaModal}
|
index={showMediaModal}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
setShowMediaModal(false);
|
setShowMediaModal(false);
|
||||||
statusRef.current?.focus();
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Loading…
Reference in a new issue