Skip to content

Commit

Permalink
Add review note to globalBind role on Mousetrap
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-ramadas committed Feb 19, 2019
1 parent 0acf5c4 commit 4f750cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React, { Component } from 'react'; // eslint-disable-line import/no-extraneous-dependencies
import Fuse from 'fuse.js';
import Mousetrap from 'mousetrap';
// REVIEW: globalBind is not used, but changes the prototype of Mousetrap.
// Improve the way thisis being done.
import globalBind from 'mousetrap-global-bind';
import './App.css';
import AlbumComponent from './AlbumComponent';
Expand Down

0 comments on commit 4f750cd

Please sign in to comment.