Add Enter variant to Action in text::Editor
This commit is contained in:
parent
6448429103
commit
1455911b63
3 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ pub enum Action {
|
|||
SelectWord,
|
||||
SelectLine,
|
||||
Insert(char),
|
||||
Enter,
|
||||
Backspace,
|
||||
Delete,
|
||||
Click(Point),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue