Skip to content

Commit f200ffd

Browse files
committed
HintEditor: propogate preview device type to ContentRenderer
1 parent ac27df4 commit f200ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/perseus-editor/src/hint-editor.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class CombinedHintEditor extends React.Component<CombinedHintEditorProps> {
232232
<ContentRenderer
233233
question={this.props.hint}
234234
apiOptions={{isMobile}}
235+
screen={this.props.deviceType}
235236
/>
236237
</DeviceFramer>
237238
</div>

0 commit comments

Comments
 (0)