From 936d3b4616007916c21fba86fec7a67b9ae72ea2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 18 Sep 2022 01:28:05 -0700 Subject: bugfix: disable typing while file navigator is open --- source.lua | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.4.1-2-gfad0