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:
Raphaël Bosi
2025-10-09 16:18:22 +02:00
committed by GitHub
parent d2ed2ad7b9
commit ef8cd0ed19
5 changed files with 26 additions and 3 deletions
@@ -64,6 +64,10 @@ export const CommandMenuItemDropdown = ({
onOpen={() => {
setSelectedItemId(id);
}}
middlewareBoundaryPadding={{
right: 0,
left: 0,
}}
/>
);
};