Compare commits

..

1 Commits

Author SHA1 Message Date
Jeff Carr cf5c8e836b remove for now 2025-03-05 03:47:36 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func newaction(n *tree.Node, atype widget.ActionType) {
// w.disableColor()
case widget.Delete:
log.Info("newaction() DeleteNode()")
n.DeleteNode()
// n.DeleteNode()
case widget.ToolkitClose:
log.Info("newaction() toolkit closed. are the channels cleand up?")
return