Fixed wording

This commit is contained in:
Uwe Oestermeier 2019-07-08 09:58:27 +02:00
parent 808106262e
commit 1e17184194
1 changed files with 1 additions and 1 deletions

View File

@ -1339,7 +1339,7 @@ export class DOMScatter extends AbstractScatter {
*/
if (nearestNode.tagName == 'svg') {
let handler = this.tapNodes.get(nearestNode)
console.log("Clicking beneath SVG: to be done", handler)
console.log("Clicking near SVG: to be done", handler)
if (this.triggerSVGClicks)
nearestNode.dispatchEvent(new Event('click'))
return