summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 16:23:03 -0600
committerJeff Carr <[email protected]>2025-02-08 16:23:03 -0600
commitf8b7c603a12513c3865bb3166f11133a444b89c7 (patch)
tree1ef0fb28d7433d56def73369d8b1c9694ef92d9f /eventMouseClick.go
parent419f4aef6a3c4bda7fd85e69853b24d2bfb0469f (diff)
<enter> closes and saves the text from the textbox
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go
index dcf394a..dcda9fd 100644
--- a/eventMouseClick.go
+++ b/eventMouseClick.go
@@ -122,7 +122,7 @@ func doMouseClick(w int, h int) {
}
if tk.node.WidgetId == me.textbox.wId {
log.Info("got textbox click", w, h, tk.cuiName)
- tk.textboxClosed()
+ textboxClosed()
return
}
}