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
We're able to have different type of list item on same level for sublist items in nimble-rich-text-editor which uses tiptap editor. This behavior is from of tiptap editor which can be reproduced from the steps followed in this #1462 (comment). We should either find a way to prevent mixing sublist types or have tests for it.
The text was updated successfully, but these errors were encountered:
…l behavior (#1481)
# Pull Request
## 🤨 Rationale
- Resolves#1473, where different
type of list element is possible to be added in same level.
It can be reproduced using the steps from
#1462 (comment)
## 👩💻 Implementation
- Added unit and ui test for the possibility of having different type of
list element in same level
## 🧪 Testing
- Added unit and ui testing
## ✅ Checklist
<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->
- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
---------
Signed-off-by: Sai krishnan Perumal <[email protected]>
Signed-off-by: Sai krishnan Perumal <[email protected]>
Co-authored-by: m-akinc <[email protected]>
🧹 Tech Debt
We're able to have different type of list item on same level for sublist items in
nimble-rich-text-editor
which usestiptap
editor. This behavior is from oftiptap
editor which can be reproduced from the steps followed in this #1462 (comment). We should either find a way to prevent mixing sublist types or have tests for it.The text was updated successfully, but these errors were encountered: