remove for now
This commit is contained in:
parent
f65d80862e
commit
cc75f34f6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue