diff options
| author | Jeff Carr <[email protected]> | 2023-12-31 07:40:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-31 07:40:53 -0600 |
| commit | 92441e8c635aa3e1d1f148e4780c0c323f4b0f95 (patch) | |
| tree | 7170a290962840af2486316c224462d52ddc3e0c /label.go | |
| parent | 50f41a3ec5441396666e1108183ac02363c4bd18 (diff) | |
continue move to remove tabs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'label.go')
| -rw-r--r-- | label.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ import ( func (parent *Node) NewLabel(text string) *Node { newNode := parent.newNode(text, toolkit.Label) a := newAction(newNode, toolkit.Add) + a.Text = text + a.S = text sendAction(a) return newNode } |
