MCPcopy Create free account
hub / github.com/InverseUI/InverseUI-Recorder / init

Method init

modules/action/events/click.js:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 init() {
83 // Click events - only handle left click
84 document.addEventListener('click', this.handleClick.bind(this), true);
85 }
86
87 /**
88 * Resolve SVG elements to their nearest interactive parent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected