forked from MapComplete/MapComplete
Update MetaTagging.ts
Remove second .ping(). Fixes #1288 and helps with #1094.
This commit is contained in:
parent
c0cbfbcd87
commit
14b4fedc26
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ export default class MetaTagging {
|
|||
for (const f of functions) {
|
||||
f(feature)
|
||||
}
|
||||
state?.allElements?.getEventSourceById(feature.properties.id)?.ping()
|
||||
} catch (e) {
|
||||
console.error("Invalid syntax in calculated tags or some other error: ", e)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue