initial fix (#15581)

(cherry picked from commit 86a59a2927)
This commit is contained in:
Phillip Kelley-Dotson
2021-07-08 03:41:03 -07:00
committed by henryyeh
parent 2c76dd4338
commit a0fa6bcffc

View File

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