Skip to content

Commit

Permalink
Disable handling of mouse wheel on suggestion widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak authored and hediet committed Jul 22, 2024
1 parent 4c55e88 commit f792784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class InlineEditSideBySideContentWidget extends Disposable implements IOverlayWi
overviewRulerLanes: 0,
lineDecorationsWidth: 0,
lineNumbersMinChars: 0,
scrollbar: { vertical: 'hidden', horizontal: 'hidden' },
scrollbar: { vertical: 'hidden', horizontal: 'hidden', alwaysConsumeMouseWheel: false, handleMouseWheel: false },
readOnly: true,
wordWrap: 'off',
wordWrapOverride1: 'off',
Expand Down

0 comments on commit f792784

Please sign in to comment.