Update NotebookReadOnlyRenderer.tsx (#127)
This commit is contained in:
parent
2904a1a60d
commit
e6acf6686f
|
@ -49,8 +49,7 @@ class NotebookReadOnlyRenderer extends React.Component<NotebookRendererProps> {
|
|||
editor: {
|
||||
codemirror: (props: PassedEditorProps) =>
|
||||
this.props.hideInputs ? <></> : <CodeMirrorEditor {...props} readOnly={"nocursor"} />
|
||||
},
|
||||
prompt: ({ id, contentRef }) => <></>
|
||||
}
|
||||
}}
|
||||
</CodeCell>
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue