You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing LaTeX commands like \dot{x} in a placeholder removes the \ leaving dot{x}. This is caused by the fact that \ seems to trigger edit mode for the placeholder instead of actually typing \.
Description
Typing LaTeX commands like
\dot{x}
in a placeholder removes the\
leavingdot{x}
. This is caused by the fact that\
seems to trigger edit mode for the placeholder instead of actually typing\
.Steps to Reproduce
\placeholder{}
in MathLive Demo\
Actual Behavior
The
\
character is deletedExpected Behavior
The
\
character shouldn't be deleted. Instead it should be typed so the LaTeX command is interpreted correctly.Environment
MathLive version 0.103.0
Operating System: Windows 10 22H2
Browser: Chrome, Edge, Firefox
The text was updated successfully, but these errors were encountered: