From e43f42a3ab5afa6fd72673df2a5bd9a7615694d2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 May 2023 18:53:31 -0500 Subject: more sendAction() cleanups Signed-off-by: Jeff Carr --- tab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tab.go') diff --git a/tab.go b/tab.go index 10c2e08..82f6289 100644 --- a/tab.go +++ b/tab.go @@ -31,7 +31,7 @@ func (n *Node) NewTab(text string) *Node { newNode := n.newNode(text, toolkit.Tab, nil) a := newAction(newNode, toolkit.Add) - sendAction(a, newNode, n) + sendAction(a) // by default, create a box inside the tab // TODO: allow this to be configurable -- cgit v1.2.3