We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94d23a commit 12ce179Copy full SHA for 12ce179
src/pages/home/previews/text-editor.tsx
@@ -58,6 +58,7 @@ function Editor(props: { data?: string | ArrayBuffer; contentType?: string }) {
58
onChange={(value) => {
59
setValue(value)
60
}}
61
+ minimap={{ autohide: true }}
62
/>
63
<Show when={userCan("write") || objStore.write}>
64
<Button loading={loading()} onClick={onSave}>
0 commit comments