hcengineering / hcengineering/platform
Errors of selecting and cleaning full document
- Dominant language
- TypeScript
- Stars
- 27.7k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
If I want select all document content and remove it, i will face this problems:
**Steps to reproduce case 1:**
1. Create new Document
2. Select next line
3. Press cmd+a
**Actual Result**
All documents will be selected
**Expected Result**
Cursor will move to first cell of table
**Steps to reproduce case 2:**
1. Create new Document
2. Add list of any type
3. Press Enter more 1 time to create next empty line
4. Press cmd+a
5. Press Backspace or cmd+Backspace (option+Backspace or Shift+Backspace work correctly)
**Actual Result**
Document will be cleaned
**Expected Result**
Lines of list will be joined unexpectially
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.