|
@@ -63,7 +63,7 @@ export const Playground = (): JSX.Element => {
|
|
|
indentSize={4}
|
|
indentSize={4}
|
|
|
acceptedFileType={AcceptedUploadFileType.ALL}
|
|
acceptedFileType={AcceptedUploadFileType.ALL}
|
|
|
editorTheme={editorTheme}
|
|
editorTheme={editorTheme}
|
|
|
- editorKeymap="sublime"
|
|
|
|
|
|
|
+ editorKeymap="default"
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
<div className="flex-expand-vert d-none d-lg-flex bg-light text-dark border-start border-dark-subtle p-3">
|
|
<div className="flex-expand-vert d-none d-lg-flex bg-light text-dark border-start border-dark-subtle p-3">
|