-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Styles disappear after insert is applied #2260
Comments
Duplicate of #2104 |
A detail worth adding: this happens if you select from right to left. If you select from left to right, you get the expected result. |
Interestingly I got the same error in bug two directions. I think I'm doing something wrong. My solution:
I solved it this way. I hope I didn't break anything else. |
That seems to be a different problem. I don't think this code path is used when following the steps in this bug report (i.e. selecting a subexpression, then typing something on the keyboard to replace it). It may be that using |
Step - 1: Write anything
Step - 2: Apply a style (color, background etc.)
Step - 3: Select the text.
Step - 4: Apply insert (sqrt, frac etc.)
Your applied styles disappear (colors, background, size, \displaystyle etc. removed)
Is this a bug?
Mathlive version: 0.98.5
Browser: Chrome 120
OS: Windows 11
The text was updated successfully, but these errors were encountered: