Skip to content

Step 2 - Fix blob editor lite scroll

Paul Slaughter requested to merge 217801-step-2-fix-editor-lite-scroll into master

What does this MR do?

Currently the monaco editor captures all mouse scroll events which is a significant UX inconvenience. This MR passes the default monaco options to editor_lite to fix this behavior. Here's a video explaining the problem and the fix:

20200811_fix_blob_monaco_scroll

References

Edited by Paul Slaughter

Merge request reports