-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix #6943: Fix code editor interaction issue in exploration player. #6948
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Jsut two things.
@@ -105,6 +105,8 @@ require('domain/exploration/ReadOnlyExplorationBackendApiService.ts'); | |||
|
|||
require('objects/objectComponentsRequiresForPlayers.ts'); | |||
|
|||
require('services/AutoplayedVideosService.ts'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I had an old version of develop locally. You can remove this since it is already on line 82.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@@ -105,6 +105,8 @@ require('domain/exploration/ReadOnlyExplorationBackendApiService.ts'); | |||
|
|||
require('objects/objectComponentsRequiresForPlayers.ts'); | |||
|
|||
require('services/AutoplayedVideosService.ts'); | |||
require('services/CodeNormalizerService.ts'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this directly after line 82.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@vojtechjelinek, I've made the changes PTAL! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Codecov Report
@@ Coverage Diff @@
## develop #6948 +/- ##
========================================
Coverage 95.73% 95.73%
========================================
Files 371 371
Lines 51604 51604
========================================
Hits 49404 49404
Misses 2200 2200 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #6948 +/- ##
========================================
Coverage 95.73% 95.73%
========================================
Files 371 371
Lines 51604 51604
========================================
Hits 49404 49404
Misses 2200 2200 Continue to review full report at Codecov.
|
@aks681 PTAL and cherrypick. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Explanation
Fixes #6943, by adding required dependencies for playing code editor.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.