summaryrefslogtreecommitdiff
path: root/src/ui/textbox.moon
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/textbox.moon')
-rw-r--r--src/ui/textbox.moon1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/textbox.moon b/src/ui/textbox.moon
index bdb8e13..e72de54 100644
--- a/src/ui/textbox.moon
+++ b/src/ui/textbox.moon
@@ -108,6 +108,7 @@ class Textbox extends Button
elseif key == "kp_enter" or key == "enter"
if @on
@on(e)
+ @up!
elseif key == "escape"
@up!
else