You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: