-
Notifications
You must be signed in to change notification settings - Fork 550
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
Copy text to clipboard with style #305
Comments
It would be amazing if we can fix this. I'll mention this issue in the 1.0 milestone issue. |
May be blocked by flutter/flutter#23603 @nipunasudha do you have an idea of how to implement what you suggest? |
I'm not familiar with how the package currently handles it. But I think keeping two clipboards would solve this.
Then when a user paste the text back to the editor, we can check if the system clipboard matches the cached plain version. This is to make sure what the user is trying to paste is the same thing he copied. If so, we can insert the respective styled version into the document 😄 Just an idea but I think it'll be a good solution until flutter fixes that issue. |
Steps to Reproduce
The text was updated successfully, but these errors were encountered: