Compare commits

..

1 Commits

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

View File

@ -61,7 +61,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