about summary refs log tree commit diff stats
path: root/source_edit.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2024-09-10 19:35:06 -0700
committerKartik K. Agaram <vc@akkartik.com>2024-09-10 19:35:06 -0700
commit4af6f7b9e756e6b3add0ed61ea9fc0e0709d874a (patch)
tree83c01957b75eb4ca748e7c21e6b8beb650db9c34 /source_edit.lua
parent5afe11a9c42062c23991d5da62c1d90616f4e7da (diff)
downloadtext.love-4af6f7b9e756e6b3add0ed61ea9fc0e0709d874a.tar.gz
bugfix in source editor
Diffstat (limited to 'source_edit.lua')
-rw-r--r--source_edit.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/source_edit.lua b/source_edit.lua
index 2dca05d..53bd16a 100644
--- a/source_edit.lua
+++ b/source_edit.lua
@@ -234,7 +234,6 @@ function edit.quit(State)
 end
 
 function edit.mouse_press(State, x,y, mouse_button)
-  love.keyboard.setTextInput(true)  -- bring up keyboard on touch screen
   if State.search_term then return end
   State.mouse_down = mouse_button
 --?   print_and_log(('edit.mouse_press: cursor at %d,%d'):format(State.cursor1.line, State.cursor1.pos))