sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
274 stars 14 forks source link

Middle panel in Resolve Window cannot be scrolled to the bottom of the file #1826

Open calvinanderson opened 11 months ago

calvinanderson commented 11 months ago

Version info

Description

When resolving a conflict locally using the "Resolve" button to open the 3 panel layout, the middle panel cannot be scrolled to the end of the file.

Steps to reproduce

Resolve conflicts locally. Make the middle/merged file longer than the two other files by pasting in a lot of text. Attempt to scroll to the bottom of the file. Once the bottom of the left and right files are reached - you will not be able to scroll to the bottom of the middle file. Adding "scroll_past_end": true to the config didn't appear to make a difference. This was found on a 5000k line file.

Expected behavior

One would be able to see the entire file in the merged panel.