codex-team / codex-team/editor.js

[Bug] Typing to replace a multi block selection does not clear the entire selection

Open
#1,565 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
31.9k
Forks
2.2k
Avg merge
1d 1h
Merged PRs (30d)
1

Description

Create a multi block document:

```
a
b
c
```

Select all blocks. Now press any key (for example "d"). The block that was last interacted with will remain on the screen, so the document will now look like this if c was the last block interacted with:

```
c
d
```

Fix: https://github.com/raykyri/editor.js/commit/2a25a1a11aea13271ef3af1b35896e6343d83193

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.