npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

strict-click

1.0.0

@juliangruber

npmHomeRepoSnykSocket
Downloads:74
$ npm install strict-click
DailyWeeklyMonthlyYearly

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