fix: #2149 try to fix ChatAction style on ios mobile

This commit is contained in:
Yidadaa 2023-06-27 23:07:12 +08:00
parent 058e28911a
commit d5c33a1183

View File

@ -310,7 +310,7 @@ function ChatAction(props: {
} }
useEffect(() => { useEffect(() => {
updateWidth(); setTimeout(updateWidth, 100);
}, []); }, []);
return ( return (