about summary refs log tree commit diff stats
path: root/source.lua
diff options
context:
space:
mode:
Diffstat (limited to 'source.lua')
-rw-r--r--source.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/source.lua b/source.lua
index 439efa3..d24957c 100644
--- a/source.lua
+++ b/source.lua
@@ -307,7 +307,6 @@ function source.mouse_press(x,y, mouse_button)
       return
     end
     log_browser.mouse_press(Log_browser_state, x,y, mouse_button)
-    for _,line_cache in ipairs(Editor_state.line_cache) do line_cache.starty = nil end  -- just in case we scroll
   end
 end