Skip to content
Snippets Groups Projects
Commit d60a8293 authored by Sebastien's avatar Sebastien
Browse files

Fix image display on mosaic mode

parent 0c62596b
Branches
Tags
1 merge request!98refresh the mosaic on annotation modification
......@@ -39,7 +39,7 @@
if (reg === 'rekall') {
if (type === 'marker') type = 'note';
}
return "../shared/css/images/img-" + type + ".png";
return tagOrDoc.getDownloadLink() || "../shared/css/images/img-" + type + ".png";
} else {
return path;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment