mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-18 07:15:54 +08:00
fix: #2149 try to fix ChatAction style on ios mobile
This commit is contained in:
parent
058e28911a
commit
d5c33a1183
@ -310,7 +310,7 @@ function ChatAction(props: {
|
|||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
updateWidth();
|
setTimeout(updateWidth, 100);
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user