Skip to content

Commit 3f4b979

Browse files
Fix Ctrl+[arrow keys] in Firefox.
1 parent 5e2b828 commit 3f4b979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sandbox/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const sharedEditorOptions: import("monaco-editor").editor.IEditorOptions = {
7777
},
7878
acceptSuggestionOnCommitCharacter: !isAndroid,
7979
acceptSuggestionOnEnter: !isAndroid ? "on" : "off",
80-
accessibilitySupport: !isAndroid ? "on" : "off",
80+
accessibilitySupport: !isAndroid ? "auto" : "off",
8181
inlayHints: {
8282
enabled: true,
8383
},

0 commit comments

Comments
 (0)