Fixed wording
This commit is contained in:
parent
808106262e
commit
1e17184194
@ -1339,7 +1339,7 @@ export class DOMScatter extends AbstractScatter {
|
|||||||
*/
|
*/
|
||||||
if (nearestNode.tagName == 'svg') {
|
if (nearestNode.tagName == 'svg') {
|
||||||
let handler = this.tapNodes.get(nearestNode)
|
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)
|
if (this.triggerSVGClicks)
|
||||||
nearestNode.dispatchEvent(new Event('click'))
|
nearestNode.dispatchEvent(new Event('click'))
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user