Fixed wording
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user