<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant Lexical packages to make sure your issue has not already been fixed. --> Lexical version: 0.24.0 ## Steps To Reproduce 1. Create a table and insert another table within one of its cells. 2. Select cells in the inner table. https://github.com/user-attachments/assets/912f549e-9eb9-401c-af16-fb9e3b99399c ## The current behavior When selecting cells within the inner table, sometimes the outer table cells are also selected, causing unintended selections. ## The expected behavior Only the cells within the inner table should be selected without affecting the outer table cells. ## Impact of fix - It is disrupts the user’s ability to accurately select and manipulate data within nested tables.