summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 15:48:28 -0600
committerJeff Carr <[email protected]>2025-02-01 15:48:28 -0600
commit49f8e1c043ed5dfe39d0c56a9fd52b20fb069bb2 (patch)
treecf8dc6f2f6f853e4ed90b64ab9f9cc6eadfb1bb1 /eventBindings.go
parent4bc9fa41b77090264716670635e3155a8def7ff6 (diff)
dropdown menu selects and changes text again
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/eventBindings.go b/eventBindings.go
index 6812314..04cdd77 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -67,8 +67,7 @@ func theNotsure(g *gocui.Gui, v *gocui.View) error {
w, h := g.MousePosition()
for _, tk := range findByXY(w, h) {
if tk.node.WidgetType == widget.Stdout {
- tk.dumpWidget("theNotsure()")
- log.Info("skipping stdout")
+ tk.dumpWidget("theNotsure() SKIP STDOUT")
continue
}
tk.dumpWidget("theNotsure() HIDDING")