Skip to content
Snippets Groups Projects

Resolve "Show question components in editor"

Merged Emil Wahlqvist requested to merge 122-show-question-components-in-editor into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -213,7 +213,7 @@ const PresentationEditorPage: React.FC = () => {
@@ -213,7 +213,7 @@ const PresentationEditorPage: React.FC = () => {
<Content leftDrawerWidth={leftDrawerWidth} rightDrawerWidth={rightDrawerWidth}>
<Content leftDrawerWidth={leftDrawerWidth} rightDrawerWidth={rightDrawerWidth}>
<InnerContent>
<InnerContent>
{competitionLoading && <SlideDisplay variant="editor" activeViewTypeId={activeViewTypeId} />}
<SlideDisplay variant="editor" activeViewTypeId={activeViewTypeId} />
</InnerContent>
</InnerContent>
</Content>
</Content>
<Menu
<Menu
Loading