Commit 2ecb0e30 by zhaochengxiang

bug fix

parent 2a8d620e
......@@ -146,8 +146,8 @@ function FC<RowType extends object = any>({ width, maxHeight, pageSize, pageNum,
{...rest}
/>
<Menu id={MENU_ID}>
{
menuData?.map(item => <PermissionRcItem
{
menuData?.map(item => <PermissionRcItem
key={item}
id={item}
disabled={rightClickNode?.[`${item}`]?.disabled}
......@@ -157,7 +157,7 @@ function FC<RowType extends object = any>({ width, maxHeight, pageSize, pageNum,
onClick={() => onMenuItemClick?.(item, rightClickNode)}>
{item}
</PermissionRcItem>)
}
}
</Menu>
</ResizeObserver>
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment