AlchemyCMS/alchemy_cms

View on GitHub
app/javascript/alchemy_admin/hotkeys.js

Summary

Maintainability
A
0 mins
Test Coverage

Function default has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

export default function (scope = document) {
  // The scope can be a jQuery object because we still use jQuery in Alchemy.Dialog.
  if (scope instanceof jQuery) {
    scope = scope[0]
  }
Severity: Minor
Found in app/javascript/alchemy_admin/hotkeys.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status