fix(web): optimize conversation-panel Modal width adjustment logic (#21018)
This commit is contained in:
@@ -354,7 +354,8 @@ function DetailPanel({ detail, onFeedback }: IDetailPanel) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
adjustModalWidth()
|
const raf = requestAnimationFrame(adjustModalWidth)
|
||||||
|
return () => cancelAnimationFrame(raf)
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user