mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
feat: disable sticky scroll
This commit is contained in:
parent
1a48ef11ab
commit
59de261a1f
@ -16,6 +16,7 @@ const editorOptions: EditorProps["options"] = {
|
||||
tabSize: 2,
|
||||
formatOnType: true,
|
||||
minimap: { enabled: false },
|
||||
stickyScroll: { enabled: false },
|
||||
scrollBeyondLastLine: false,
|
||||
};
|
||||
|
||||
|
@ -92,9 +92,8 @@ export const SchemaModal = ({ opened, onClose }: ModalProps) => {
|
||||
tabSize: 2,
|
||||
formatOnType: true,
|
||||
scrollBeyondLastLine: false,
|
||||
minimap: {
|
||||
enabled: false,
|
||||
},
|
||||
stickyScroll: { enabled: false },
|
||||
minimap: { enabled: false },
|
||||
}}
|
||||
/>
|
||||
</Paper>
|
||||
|
Loading…
x
Reference in New Issue
Block a user