Skip to content
Browse files

re-added tap plugin

  • Loading branch information...
1 parent 23f248c commit 3a92cad4d2117d48f334599a1f023b68e5fcd1c6 @benmcmahon100 benmcmahon100 committed
Showing with 2 additions and 0 deletions.
  1. +2 −0 src/Components/GrandCentralStation.js
View
2 src/Components/GrandCentralStation.js
@@ -18,6 +18,7 @@ import Editor from './Editor';
import FileExplorer from './FileExplorer';
import Modal from 'react-modal';
+import injectTapEventPlugin from 'react-tap-event-plugin';
import {RaisedButton, Snackbar} from 'material-ui';
import './../style.css';
@@ -66,6 +67,7 @@ class GrandCentralStation extends Component {
this.state = {
modalIsOpen: false
};
+ injectTapEventPlugin();
}
componentWillMount() {

0 comments on commit 3a92cad

Please sign in to comment.
Something went wrong with that request. Please try again.