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: List item shortcuts throwing errors #1236

Merged
merged 4 commits into from
Nov 14, 2024
Merged

Conversation

matthewlipski
Copy link
Collaborator

@matthewlipski matthewlipski commented Nov 11, 2024

There was a regression in #1137 which broke keyboard shortcuts for bullet and check list items, which this PR addresses

Copy link

vercel bot commented Nov 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blocknote ✅ Ready (Inspect) Visit Preview Nov 14, 2024 1:03pm
blocknote-website ✅ Ready (Inspect) Visit Preview Nov 14, 2024 1:03pm

@YousefED
Copy link
Collaborator

Nice. would it be easy to add tests for this?

@matthewlipski
Copy link
Collaborator Author

Nice. would it be easy to add tests for this?

Would have to be e2e tests I think, as this bug is not from incorrect logic, but passing in the wrong editor due to lack of type safety.

# Conflicts:
#	packages/core/src/blocks/ListItemBlockContent/CheckListItemBlockContent/CheckListItemBlockContent.ts
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.

2 participants