summaryrefslogtreecommitdiff
path: root/mouse.go
diff options
context:
space:
mode:
Diffstat (limited to 'mouse.go')
-rw-r--r--mouse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouse.go b/mouse.go
index eec39a0..7488a07 100644
--- a/mouse.go
+++ b/mouse.go
@@ -66,7 +66,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error {
maxX, _ := g.Size()
findUnderMouse()
msg := fmt.Sprintf("mouseDown() Mouse really down at: %d,%d", mx, my)
- dropdownClicked(mx, my)
+ // dropdownClicked(mx, my)
x := mx - len(msg)/2
if x < 0 {
x = 0