Skip to content

Commit

Permalink
Fix PopupContextMenu in StatusBarPopover (#912) (#914)
Browse files Browse the repository at this point in the history
* Fix PopupContextMenu issues

* Rush change

(cherry picked from commit e467de1)

Co-authored-by: Ignas Kasinskas <[email protected]>
  • Loading branch information
mergify[bot] and ignas-k authored Jul 15, 2024
1 parent bb7694e commit 91a31de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-react",
"comment": "Fix `PopupContextMenu` to work in `StatusBarPopover`.",
"type": "none"
}
],
"packageName": "@itwin/core-react"
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function PopupContextMenu(props: PopupContextMenuProps) {
showArrow={false}
moveFocus={true}
style={{ ...style, border: "none" }}
portalTarget={props.target ?? undefined}
>
<ContextMenu
opened={true}
Expand Down

0 comments on commit 91a31de

Please sign in to comment.