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.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/source.lua b/source.lua
index 13a66cd..c8c83a4 100644
--- a/source.lua
+++ b/source.lua
@@ -307,6 +307,9 @@ end
 
 function source.textinput(t)
   Cursor_time = 0  -- ensure cursor is visible immediately after it moves
+  if Show_file_navigator then
+    return
+  end
   if Focus == 'edit' then
     return edit.textinput(Editor_state, t)
   else