mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 19:26:54 +08:00
fix: #2149 try to fix ChatAction style on ios mobile
This commit is contained in:
@@ -310,7 +310,7 @@ function ChatAction(props: {
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
updateWidth();
|
||||
setTimeout(updateWidth, 100);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user