Skip to content

Commit

Permalink
Attempt to fix off screen filter values
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed May 6, 2024
1 parent 638549f commit 597528c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/components/QueryPart/QueryPartRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function QueryGroupRow(props: Props) {
className={classNames(styles.iconButton, styles.hiddenInnerIcon)}
iconProps={{ iconName: "Edit" }}
menuProps={{
isSubMenu: true,
directionalHint: DirectionalHint.rightTopEdge,
shouldFocusOnMount: true,
items: [{ key: "placeholder" }], // necessary to have a non-empty items list to have `onRenderMenuList` called
Expand Down

0 comments on commit 597528c

Please sign in to comment.