From 90ee66a3a6aae10fd84f3f43844db55229933e37 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Sun, 12 Jan 2025 22:45:37 -0600 Subject: work --- src/ui/textbox.moon | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui/textbox.moon') diff --git a/src/ui/textbox.moon b/src/ui/textbox.moon index 3c6151d..c1bd521 100644 --- a/src/ui/textbox.moon +++ b/src/ui/textbox.moon @@ -65,7 +65,6 @@ class Textbox extends Button update_cursor_pos: () => @.cursor("translate").x = @cursor_pos * 9 fire: (e) => - print("cursor pos is", @cursor_pos) if e.event == "mouse_down" @down! if @on @@ -74,7 +73,6 @@ class Textbox extends Button if add_key t = @text.text for key in *e.data - print("analyzing key:",key) if key == "delete" or key == "backspace" @cursor_pos -=1 if @cursor_pos < 0 -- cgit v1.2.3-70-g09d2