Shared:ContextMenu:Fix small width.

This commit is contained in:
Vlada Gazizova 2024-06-03 15:35:13 +03:00
parent 6f33ca984f
commit 87a95b6d42

View File

@ -229,7 +229,7 @@ const ContextMenu = React.forwardRef((props: ContextMenuProps, ref) => {
const widthMaxContent = Math.max(...optionsWidth);
width = width || widthMaxContent;
width = widthMaxContent;
}
}