Skip to content

Commit

Permalink
fix(ui): prevent responsive on monaco editor for diff
Browse files Browse the repository at this point in the history
close #4777
  • Loading branch information
tchiotludo committed Jan 23, 2025
1 parent 0eb13ba commit d0c2f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/inputs/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
alwaysConsumeMouseWheel: false,
};
options.renderSideBySide = this.diffSideBySide;
options.renderSideBySideInlineBreakpoint = 0;
}
if (this.minimap === false) {
Expand Down

0 comments on commit d0c2f8d

Please sign in to comment.