-
Notifications
You must be signed in to change notification settings - Fork 161
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
Do not collapse editor lines in single editor #719
Do not collapse editor lines in single editor #719
Conversation
bot please update playwright snapshots |
Playwright windows-latest snapshots updated. |
Playwright ubuntu-22.04 snapshots updated. |
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.
Tested locally, confirmed that it fixes the issue and other changes are an improvement too although the same bits may need changes for translation work later.
<input id="compare-base" type="text" name="base" value="{{ config_data['base']|e }}" /> | ||
<label>Remote:</label> | ||
<input id="compare-remote" type="text" name="remote" value="{{ config_data['remote']|e }}" /> | ||
<label>Local: |
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.
Keeping atomic labels with for="id"
might make it easier to translate in the #709 but for the sake of this one it does not matter much.
// no collapse | ||
this._collapseIdentical >= 0 && | ||
// not displaying a single editor | ||
!singlePane |
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.
Note: tested locally to confirm that it also works for diff view.
Fix partly #718 (it does not solve the notebook metadata unchanged case).