Add middleware boundary padding as a prop in dropdown (#15011)
Add middleware boundary padding as a prop in dropdown + fix bottom end placement in graph editor
This commit is contained in:
@@ -64,6 +64,10 @@ export const CommandMenuItemDropdown = ({
|
||||
onOpen={() => {
|
||||
setSelectedItemId(id);
|
||||
}}
|
||||
middlewareBoundaryPadding={{
|
||||
right: 0,
|
||||
left: 0,
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user