streetmix/streetmix

View on GitHub
client/src/app/keyboard_commands.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function registerKeypresses has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function registerKeypresses () {
  // In case anyone tries a save shortcut key out of reflex,
  // we inform the user that it's not necessary.
  registerKeypress('ctrl s', function () {
    store.dispatch(
Severity: Major
Found in client/src/app/keyboard_commands.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status