🐛 Bug Fix
- Table / Cell selection: pressing Backspace or Delete with several table cells selected threw
HierarchyRequestError: ... insertNode ... #document(the normal delete ran against a collapsed, document-level range). Backspace/Delete on a multi-cell selection now clears the content of the selected cells instead. Fixes #1273.