From 4f750cdf4f3f046b9da05f24cb73deba9a67fcd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Ramadas?= Date: Tue, 19 Feb 2019 22:44:00 +0000 Subject: [PATCH] Add review note to `globalBind` role on Mousetrap --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index b0d2561..da6c6cd 100644 --- a/src/App.js +++ b/src/App.js @@ -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';