codex-team / codex-team/editor.js
[Bug] Deleting multiple selected blocks sends onChange event for only one block
Open
bug
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Steps to reproduce:
1. Write multiple blocks
2. Select them
3. Delete them
4. only one onChange event is sent for one of the blocks, nothing for the other blocks
Expected behavior:
Receive one onChange per block or a list of affected blocks in the change
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.