-
Notifications
You must be signed in to change notification settings - Fork 13
Disable flatmap minimap when there are more than four panel in map-viewer #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it works when going to multiple panels but only the active panels get modified at this moment - Going from six panes to single pane would create the minimap on that single pane but not any other one. I also observer that the minimap is created at the bottom left corner.
The fixes are done, and the active panels are sorted first when creating the minimap. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks.
Review
Good to have