refactor: disable context menu for test and pre request test

This commit is contained in:
nivedin
2024-01-04 15:13:29 +05:30
committed by Andrew Bastin
parent f51196604a
commit 7406a241e6
2 changed files with 2 additions and 0 deletions

View File

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

View File

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