mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 06:56:38 +00:00
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
Block a user