refactor: add option to disable context menu (#3717)

This commit is contained in:
Nivedin
2024-01-23 22:05:05 +05:30
committed by GitHub
parent c0dbcc901f
commit aca96dd5f2
4 changed files with 32 additions and 7 deletions

View File

@@ -99,6 +99,7 @@ useCodemirror(
linter,
completer,
environmentHighlights: false,
contextMenuEnabled: false,
})
)