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: correctly show task body corners when tasks are hidden #2430

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

raimund-schluessler
Copy link
Member

Task body corner might not show up correctly when tasks are filtered. This is because the tasks are still in the DOM and the CSS selectors :last-child and :first-child do not work as expected then. Not rendering the tasks at all fixes this.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler added this to the 0.16.0 milestone Jan 1, 2024
@raimund-schluessler raimund-schluessler merged commit b0290df into master Jan 1, 2024
22 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/noid/task-body-corners branch January 1, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant