Skip to content

Commit d6b684a

Browse files
authored
Scrolling is blocked when mouse is on review comment (microsoft#194293)
Fixes microsoft#194230
1 parent f997118 commit d6b684a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/contrib/comments/browser/simpleCommentEditor.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ export class SimpleCommentEditor extends CodeEditorWidget {
9494
horizontal: 'auto',
9595
useShadows: true,
9696
verticalHasArrows: false,
97-
horizontalHasArrows: false
97+
horizontalHasArrows: false,
98+
alwaysConsumeMouseWheel: false
9899
},
99100
overviewRulerLanes: 2,
100101
lineDecorationsWidth: 0,

0 commit comments

Comments
 (0)