Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/plotly.js
/ timed_click.js
File
timed_click.js
test/jasmine/assets/timed_click.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
mouseEvent = require(
'./mouse_event'
);
2
3
module.exports =
function
click(x, y) {
4
mouseEvent(
'mousemove'
, x, y, {buttons: 0});
Callers
nothing calls this directly
Calls
1
mouseEvent
Function · 0.85
Tested by
no test coverage detected