forked from MapComplete/MapComplete
Add send email icon, add default icons series
This commit is contained in:
parent
488fd16873
commit
dc5cd08a3a
8 changed files with 126 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue