Fix move focus between grouped panes (#3045)#3958
Fix move focus between grouped panes (#3045)#39581 commit merged intomicrosoft:masterfrom Daniel599:FixMoveFocusBetweenPanes
Conversation
|
I couldn't find a place of automated tests for panes, is manual testing enough? |
😭 You don't even know how many hours I've spent working on unittests for Panes, to no avail. Manual testing is totally fine for this. Hopefully one day we'll have automated testing for them, but for now we have to deal with manual testing. I'll probably pull this branch myself |
zadjii-msft
left a comment
There was a problem hiding this comment.
This is definitely right, but I don't know why I had it like that originally. Maybe a typo? Doesn't look like there's any other errors like it in the codebase, so that's promising. Thanks for finding this!
|
Hello @zadjii-msft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Glad I could help. Really like this product, and I love C++, so it's a win-win :) |
|
🎉 Handy links: |
This PR fixes the ability to move between already-split panes
Summary of the Pull Request
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed
Tested manually.