We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419600d commit 5ce1bb8Copy full SHA for 5ce1bb8
src/main/webapp/ui/src/eln/gallery/components/ActionsMenu.js
@@ -667,6 +667,7 @@ function ActionsMenu({
667
onClick={() => {
668
void download(selection.asSet()).then(() => {
669
setActionsMenuAnchorEl(null);
670
+ trackEvent("user:downloads:file:gallery");
671
});
672
}}
673
compact
0 commit comments