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

List and Backspace binding doesn't trigger always #4542

Open
michalgrzegorczyk-dev opened this issue Dec 21, 2024 · 0 comments
Open

List and Backspace binding doesn't trigger always #4542

michalgrzegorczyk-dev opened this issue Dec 21, 2024 · 0 comments

Comments

@michalgrzegorczyk-dev
Copy link

Steps for Reproduction

Hi, anyone knows why Backspace is not trigerred always when pressed?

Check example link below.

Click on the end of text. Press enter. Block is created.
Press - or 1. and space. List is created.
In console.log you can see when Backspace is trigerred.

After you created list element, write some text. And start pressing Backspace. There are missing event calls. Any ideas why?

I can achieve it by keydown event from JavaScript, but I would like to avoid it.

Example: https://stackblitz.com/edit/stackblitz-starters-zgzazvd9?file=src%2Fmain.ts

Expected behavior:

Backspace binded function runs every time when I press backspace.
For example:

  1. text

Actual behavior:

It doesn't trigger Backpace binded function when pressing in list element

Platforms:

Chrome Version 131.0.6778.109

Version:

2.0.2

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

No branches or pull requests

1 participant