Scrolling is blocked when mouse is on review comment (#194293)

Fixes #194230
This commit is contained in:
Alex Ross 2023-09-27 16:28:09 +02:00 committed by GitHub
parent f9971189b9
commit d6b684a079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,