Skip to content

Commit

Permalink
Fix oppia#6943: Fix code editor interaction issue in exploration play…
Browse files Browse the repository at this point in the history
…er. (oppia#6948)

* Fix code editor interaction issue.

* Address review comments.
  • Loading branch information
DubeySandeep authored and aks681 committed Jun 17, 2019
1 parent 9b5d43d commit 6fe56fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ require(
require('components/forms/schema-viewers/schema-based-viewer.directive.ts');
require('filters/string-utility-filters/normalize-whitespace.filter.ts');
require('services/AutoplayedVideosService.ts');
require('services/CodeNormalizerService.ts');
// ^^^ this block of requires should be removed ^^^

require(
Expand Down

0 comments on commit 6fe56fa

Please sign in to comment.