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

Bug: Cut from a table doesn't remove values #6402

Closed
circlingthesun opened this issue Jul 15, 2024 · 1 comment · Fixed by #6528
Closed

Bug: Cut from a table doesn't remove values #6402

circlingthesun opened this issue Jul 15, 2024 · 1 comment · Fixed by #6528
Assignees
Labels
tables Relates to Lexical Tables

Comments

@circlingthesun
Copy link

Lexical version: v0.16.1

Steps To Reproduce

  1. Open playground
  2. Insert a 5x5 table
  3. Fill out a row with values
  4. Select the row with aforementioned values
  5. Right click and select cut or press cmd + x
  6. Observe that the selected values are stil present
Screen.Recording.2024-07-15.at.17.07.45.mov

The current behavior

After cutting the row the values are not removed

The expected behavior

After cutting the cells should be blank

Impact of fix

This affects any end user using tables. It's frustrating unexpected behaviour.

@ivailop7 ivailop7 added the tables Relates to Lexical Tables label Jul 15, 2024
@jrfitzsimmons
Copy link
Contributor

+1 - from testing it seems like the content is added to the clipboard correctly (paste works fine) it's just the clearing of the cell contents that doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tables Relates to Lexical Tables
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants