mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
Scrolling is blocked when mouse is on review comment (#194293)
Fixes #194230
This commit is contained in:
parent
f9971189b9
commit
d6b684a079
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user