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 d6e56e1 commit 86b7156Copy full SHA for 86b7156
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