Skip to content
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

fix: problem to save smart-quote character in editor text #1264

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shootermv
Copy link

@shootermv shootermv commented May 13, 2024

closes #1222

@shootermv shootermv requested a review from a team as a code owner May 13, 2024 17:20
@Nirajn2311
Copy link
Member

This only catches one smart quote(the closing double quote). Smart quotes are basically quotes but curved. So we need to catch both double and single quotes of them and replace with normal once.

I would suggest you to look at input formatters which you can set in a TextField widget. Also its better if we set this in the editor directly. You can find the editor here https://github.com/freeCodeCamp/PhoneIDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify feedback for incorrect “ on app
2 participants