diff options
| author | Jeff Carr <[email protected]> | 2024-02-27 23:49:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-27 23:49:08 -0600 |
| commit | 73a1babad40c9cb421a3ca47a0ab2577735b8e7a (patch) | |
| tree | 85f2cd6ac05873eb70d87383420908c5878af012 /action.go | |
| parent | 01c8dd6cf462ea3d33ea6c7eb5b91a6852a33964 (diff) | |
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ type Action struct { type ActionType int // Add, SetText, Click, Hide, Append, Delete, etc const ( - Add ActionType = iota + Add ActionType = iota + 1 Delete SetText AddText |
