diff options
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 |
