mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[TODO] Test behavior with Dashboard's panel flyouts
This commit is contained in:
parent
f8843c9a8e
commit
d59faae8ba
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ export class CustomizePanelAction implements Action<CustomizePanelActionContext>
|
||||||
{
|
{
|
||||||
size: 's',
|
size: 's',
|
||||||
'data-test-subj': 'customizePanel',
|
'data-test-subj': 'customizePanel',
|
||||||
|
// @ts-ignore - TODO: Remove this once https://github.com/elastic/eui/pull/6645 lands in Kibana
|
||||||
|
focusTrapProps: { scrollLock: true },
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
overlayTracker?.openOverlay(handle);
|
overlayTracker?.openOverlay(handle);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue