mwcraig / ipyevents

A custom widget for returning mouse and keyboard events to Python. Documentation:
https://ipyevents.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
112 stars 27 forks source link

Implement a reset_callbacks() method. #49

Closed zerline closed 4 years ago

zerline commented 4 years ago

This method removes any previously defined callback. Answers to #48

mwcraig commented 4 years ago

Thanks, about to merge this! I'm also going to add a contributors doc to acknowledge your contribution and then do a release today.

mwcraig commented 4 years ago

Well, technically, one of the first, but it is time to add documentation of contributions anyway.

mwcraig commented 4 years ago

I just released ipyevents 0.7.0 (pypi) and 1.7.0 (npm) with your changes.