mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-30 17:37:01 +00:00
Update PanelContainerComponent.tsx
This commit is contained in:
parent
ec9d56e55f
commit
c727d82cdd
@ -79,7 +79,7 @@ export class PanelContainerComponent extends React.Component<PanelContainerProps
|
||||
|
||||
private onDissmiss = (ev?: KeyboardEvent | React.SyntheticEvent<HTMLElement>): void => {
|
||||
const collection = useSelectedNode.getState().findSelectedCollection();
|
||||
const targetElementDataTest: string | undefined = collection.id();
|
||||
const targetElementDataTest: string = collection.id();
|
||||
const targetElement: HTMLElement | null = document.querySelector(`[data-test="${targetElementDataTest}"]`);
|
||||
if (ev && (ev.target as HTMLElement).id === "notificationConsoleHeader") {
|
||||
ev.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user