Revert "fix(file_selector): make sure to flatten selected_paths if picker yie…" (#1172)

This commit is contained in:
yetone
2025-02-03 22:01:15 +08:00
committed by GitHub
parent 8536d102be
commit ec3593aac6
2 changed files with 3 additions and 9 deletions

View File

@@ -255,8 +255,6 @@ M._defaults = {
provider = "native",
-- Options override for custom providers
provider_opts = {},
--- @type fun(selected_paths: string[] | string | nil): nil
handler = nil,
},
suggestion = {
debounce = 600,