Skip to content

Transition from Interceptor to Accessibility Library #506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 25, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
deleted comments
  • Loading branch information
Luis Morales-Navarro committed Jan 17, 2018
commit d98e70007d2e1a58347c2a6cc221d593b10f31ba
9 changes: 1 addition & 8 deletions client/modules/IDE/pages/IDEView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Editor from '../components/Editor';
import Sidebar from '../components/Sidebar';
import PreviewFrame from '../components/PreviewFrame';
import Toolbar from '../components/Toolbar';
// import AccessibleOutput from '../components/AccessibleOutput';
import Preferences from '../components/Preferences';
import NewFileModal from '../components/NewFileModal';
import NewFolderModal from '../components/NewFolderModal';
Expand Down Expand Up @@ -376,13 +375,7 @@ class IDEView extends React.Component {
this.props.ide.isPlaying
) ||
this.props.ide.isAccessibleOutputPlaying
) // &&
// <AccessibleOutput
// isPlaying={this.props.ide.isPlaying}
// previewIsRefreshing={this.props.ide.previewIsRefreshing}
// textOutput={this.props.preferences.textOutput}
// gridOutput={this.props.preferences.gridOutput}
// />
)
}
</div>
<PreviewFrame
Expand Down