Lexical version: 0.28
- Create a table
- Toggle First Row Freeze
- Try -> works
- Reload editor state
- State is correct, but DOM now has the frozenRow CSS class applied to the table element, not the wrapper element, unlike when it's applied for the first time.
This works correctly for the 'Toggle First Column Freeze', meaning it always applies the class on the wrapper element, even after reload.