feat(core): enable right sidepanel animation (#5902)

This commit is contained in:
Peng Xiao 2024-02-26 09:04:04 +00:00
parent 0be62d892d
commit 298afc7d74
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -95,7 +95,6 @@ const DetailPageLayout = ({
</div>
{sidebar ? (
<ResizePanel
enableAnimation={false}
resizeHandlePos="left"
resizeHandleOffset={clientBorder ? 4 : 0}
width={width}