initial fix (#15581)

This commit is contained in:
Phillip Kelley-Dotson
2021-07-08 03:41:03 -07:00
committed by GitHub
parent abd999bd6b
commit 86a59a2927

View File

@@ -162,6 +162,8 @@ class HeaderActionsDropdown extends React.PureComponent {
downloadAsImage(
SCREENSHOT_NODE_SELECTOR,
this.props.dashboardTitle,
{},
true,
)(domEvent).then(() => {
menu.style.visibility = 'visible';
});