Open
Description
A couple functions (such as begin_annotation
) have mouse_event
as a parameter, when they technically also take keyboard events.
I think the actual expected type of most of these is JQuery.TriggeredEvent
, but some of them might also be taking non-jquery events as well.
A catch-all type and/or consistent naming might help avoid some confusion. More narrow types would be ideal.