summaryrefslogtreecommitdiff
path: root/eventMouse.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-03 00:07:48 -0600
committerJeff Carr <[email protected]>2025-02-03 00:07:48 -0600
commitc5e6c66338cdf7ddbd53dd64b265ab4a041ef59a (patch)
tree08c325c268687cf28703458f9f12803c6c7c2999 /eventMouse.go
parenta5b3a934d2a2355ce2487f5b3ce52dff2f8a9047 (diff)
can almost drag two different things
Diffstat (limited to 'eventMouse.go')
-rw-r--r--eventMouse.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eventMouse.go b/eventMouse.go
index 9132a48..4ecfa57 100644
--- a/eventMouse.go
+++ b/eventMouse.go
@@ -25,6 +25,7 @@ func mouseUp(g *gocui.Gui, v *gocui.View) error {
log.Info("mouseUp() setting me.globalMouseDown = false")
me.globalMouseDown = false
+ currentDrag = nil
dropdownUnclicked(w, h)