Skip to content

Commit fe2e767

Browse files
Avoid double registration of sticky scroll toggle
1 parent 8b2f04c commit fe2e767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/monaco/src/browser/monaco-command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export namespace MonacoCommands {
4646

4747
export const EXCLUDE_ACTIONS = new Set([
4848
'editor.action.quickCommand',
49+
'editor.action.toggleStickyScroll', // Handled by `editor` package.
4950
'undo',
5051
'redo'
5152
]);

0 commit comments

Comments
 (0)