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
When changing completed code in the editor, pressing the space key changes to nbsp;
If I just type from the beginning, there is no problem.... but if I edit something present, or stub out a placeholder, then the problem can be reproduced.
Problem:
When changing completed code in the editor, pressing the space key changes to
nbsp;
If I just type from the beginning, there is no problem.... but if I edit something present, or stub out a placeholder, then the problem can be reproduced.
Sample Implementation:
<prism-editor :code="advanced_statement" @change="handlePrismChange" language="twig"></prism-editor>
Visual:
Current Workaround:
The text was updated successfully, but these errors were encountered: