mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-27 21:09:31 +01:00
Scrolling is blocked when mouse is on review comment (#194293)
Fixes #194230
This commit is contained in:
@@ -94,7 +94,8 @@ export class SimpleCommentEditor extends CodeEditorWidget {
|
||||
horizontal: 'auto',
|
||||
useShadows: true,
|
||||
verticalHasArrows: false,
|
||||
horizontalHasArrows: false
|
||||
horizontalHasArrows: false,
|
||||
alwaysConsumeMouseWheel: false
|
||||
},
|
||||
overviewRulerLanes: 2,
|
||||
lineDecorationsWidth: 0,
|
||||
|
||||
Reference in New Issue
Block a user