v2.4.0
Changelog
Features
Custom shortcuts callback function
For custom-shortcuts
, a callback
function can be added for each shortcut. This function would be called whenever the user clicks on the shortcut. The function receives an object with the start
and end
values along with the shortcut object itself. See README for more informations. Issue #218