feat(client): add background animation for description of first challenge (#44519)
* initial * Apply suggestions from code review * Update client/src/templates/Challenges/classic/editor.css
This commit is contained in:
@@ -342,6 +342,9 @@ class ShowClassic extends Component<ShowClassicProps, ShowClassicState> {
|
||||
|
||||
renderEditor() {
|
||||
const {
|
||||
pageContext: {
|
||||
projectPreview: { showProjectPreview }
|
||||
},
|
||||
challengeFiles,
|
||||
data: {
|
||||
challengeNode: {
|
||||
@@ -365,6 +368,7 @@ class ShowClassic extends Component<ShowClassicProps, ShowClassicState> {
|
||||
resizeProps={this.resizeProps}
|
||||
title={title}
|
||||
usesMultifileEditor={usesMultifileEditor}
|
||||
showProjectPreview={showProjectPreview}
|
||||
/>
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user