diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 16:23:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 16:23:03 -0600 |
| commit | f8b7c603a12513c3865bb3166f11133a444b89c7 (patch) | |
| tree | 1ef0fb28d7433d56def73369d8b1c9694ef92d9f /eventMouseClick.go | |
| parent | 419f4aef6a3c4bda7fd85e69853b24d2bfb0469f (diff) | |
<enter> closes and saves the text from the textbox
Diffstat (limited to 'eventMouseClick.go')
| -rw-r--r-- | eventMouseClick.go | 2 |
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 } } |
