Skip to content
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

Fix pickers for empty chunks #691

Merged
merged 4 commits into from
Sep 28, 2023

Conversation

krassowski
Copy link
Member

@krassowski krassowski commented Sep 23, 2023

Fixes #676.

Currently empty chunks are represented using PaddingWidget which is a block widget; block widgets do not have a corresponding line, therefore one cannot place a gutter marker over them using markers method; instead a dedicated widgetMarker method needs to be defined.

Preview

empty-picker-restored

Empty chunks are represented using `PaddingWidget` which is a block
widget; block widgets do not have a corresponding line, therefore one
cannot place a gutter marker over them using `markers` method; instead
a dedicated `widgetMarker` method needs to be defined.
@krassowski
Copy link
Member Author

bot please update playwright snapshots

@krassowski krassowski marked this pull request as ready for review September 23, 2023 15:10
@github-actions
Copy link
Contributor

Playwright ubuntu-22.04 snapshots updated.

@github-actions
Copy link
Contributor

Playwright windows-latest snapshots updated.

@krassowski
Copy link
Member Author

Kicking CI

@krassowski krassowski closed this Sep 23, 2023
@krassowski krassowski reopened this Sep 23, 2023
Copy link
Collaborator

@fcollonval fcollonval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @krassowski

@fcollonval fcollonval merged commit 82473f1 into jupyter:master Sep 28, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CM6: Fix missing mergeview pickers
2 participants