fix: file menu back feature broken by b9cc1cc

ref #378
This commit is contained in:
tomasklaen
2023-01-30 15:00:17 +01:00
parent fd54373be8
commit 479816af52

View File

@@ -236,7 +236,7 @@ function open_file_navigation_menu(directory_path, handle_select, opts)
end
local function handle_back()
if back_path then open_path(back_path, {}) end
if back_path then open_path(back_path, {modifiers = {}}) end
end
local menu_data = {