Test Scenario
This test verifies that when you resize math in the editor and then click on it to edit it, when it re-renders it remembers the size it was resized to.
Step 1: A math element with resize dimensions is already inserted below
Step 2: Hover over the math equation to see it has been resized (150px × 75px)
Step 3: Click on the math element to edit it
Step 4: The math should convert to editable LaTeX: $E=mc^2$
Step 5: Edit the LaTeX (e.g., change to $E=mc^3$)
Step 6: Type the closing $ to re-render the math
Expected Result: The math should re-render with the SAME size (150px × 75px)