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 issue does not appear in TextInput, and I have looked into the code. It seems that TextInput maintains the key modifier in the state and checks if the modifier is set on receiving the CharacterReceived event. However, the TextEditor widget does not implement this. Maybe this is the reason that causes this issue?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
The
Cmd+C
andCmd+V
on text editor not only copy and paste, but additionally inserts the charactersc
andv
to the editor.Steps to reproduce:
editor
example in this repository on a Macbook.Cmd+C
What is the expected behavior?
The text editor should not be affected.
Version
master
Operating System
macOS
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: