Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't clear selection on descendants of tables
We want to remove existing selections during caret navigation, but clearing the text selection on a full table is non-performant. So just clear it on the table itself and hope the user agent does the right thing. If it doesn't, let's ask them to.
- Loading branch information