Add send email icon, add default icons series

This commit is contained in:
Pieter Vander Vennet 2020-11-24 12:52:01 +01:00
parent 488fd16873
commit dc5cd08a3a
8 changed files with 126 additions and 21 deletions

View file

@ -197,7 +197,7 @@ export default class SpecialVisualizations {
}
],
constr: (tagSource: UIEventSource<any>, args) => {
if (window.navigator.share || true) {
if (window.navigator.share) {
const title = State.state.layoutToUse.data.title.txt;
let name = tagSource.data.name;
if (name) {