Skip to content

Omit unused event arguments on event handler functions? #1770

@AnmAtAnm

Description

@AnmAtAnm

Problem statement

Several event handlers in Blockly declare but don't use the Event argument. If eslint doesn't complain, removing the argument would cleanup a couple of characters and avoid the need for the underscore notation for these unused arguments.

Search the code for "(_e)" most of these instances.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions