mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
add beta watermark
This commit is contained in:
committed by
laurensvalk
parent
44b200d1cc
commit
2fdcea091e
@@ -65,7 +65,7 @@ class Editor extends React.Component<EditorProps> {
|
||||
render(): JSX.Element {
|
||||
const { i18n, onSessionChanged } = this.props;
|
||||
return (
|
||||
<div className="h-100">
|
||||
<div className="h-100 watermark">
|
||||
<ResizeSensor onResize={(): void => this.editor?.resize()}>
|
||||
<AceEditor
|
||||
ref={this.editorRef}
|
||||
|
||||
Reference in New Issue
Block a user