Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select new row/column after insertion #2094

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

Andres-CT98
Copy link
Contributor

Description:

When using the table inserter, the focus gets moved to before the table.

Fix

After a new insertion, the newly created row or column will be selected and the focus fill be on its first cell.

Cases tested:

  • Create a table
  • Insert a new row or column using the table inserter
  • Type any text

Before: Text will be typed before the whole table

After: Text will be typed on the first cell the cell selection.

@Andres-CT98 Andres-CT98 merged commit 43da112 into master Sep 21, 2023
7 checks passed
@Andres-CT98 Andres-CT98 deleted the u/acampostams/select-inserted-row-column branch September 21, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants