npm.io
1.0.0 • Published 8 years ago

strict-click

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
6

strict-click

Handle click events iff the mousedown and mouseup targets match.

In some cases this is important, in others you are happy to ignore this module :)

Usage

const strictClick = require('strict-click')

strictClick(element, event => {
  // ...
})

Installation

$ npm install strict-click

API

strictClick(element, event => {})

License

MIT