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
This is really edge case, with latest devel version (that fixed prism) if you have prism and unix_formatting and you have string of text with formatting inside (as html entities, like when you show source code of terminal code) cursor position is wrong when you click on the text inside.
Removing unix_formatting fixes the issue.
Expected behavior
prism work with unix formatting if source code have formatting as html entites inside string.
Actual behavior
You can't click on the text inside formatting inside string.
This is really edge case, with latest devel version (that fixed prism) if you have prism and unix_formatting and you have string of text with formatting inside (as html entities, like when you show source code of terminal code) cursor position is wrong when you click on the text inside.
Removing unix_formatting fixes the issue.
Expected behavior
prism work with unix formatting if source code have formatting as html entites inside string.
Actual behavior
You can't click on the text inside formatting inside string.
Steps to reproduce
The text was updated successfully, but these errors were encountered: