shipshapecode/ember-x-editable

View on GitHub
addon/components/x-base/component.js

Summary

Maintainability
A
1 hr
Test Coverage

Function didInsertElement has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  didInsertElement() {
    this._super(...arguments);

    this.element.addEventListener('mouseenter', this.handleMouseEnter);
    this.element.addEventListener('mouseleave', this.handleMouseLeave);
Severity: Minor
Found in addon/components/x-base/component.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status