wtetsu/mouse-dictionary

View on GitHub

Showing 1 of 42 total issues

Draggable has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

export default class Draggable {
  constructor(normalStyles, movingStyles) {
    this.normalStyles = normalStyles;
    this.movingStyles = movingStyles;
    this.mainElement = null;
Severity: Minor
Found in src/main/lib/draggable.js - About 2 hrs to fix
    Severity
    Category
    Status
    Source
    Language