fix: types (#1878)

This commit is contained in:
yetone
2025-04-15 16:46:29 +08:00
committed by GitHub
parent 756d1f1e24
commit fdcfda7437

View File

@@ -217,6 +217,7 @@ function FileSelector:show_selector_ui()
local params = { title = title, filepaths = filepaths, handler = handler } ---@type avante.file_selector.IParams
Config.file_selector.provider(params)
else
---@type avante.SelectorProvider
local provider = "native"
if Config.file_selector.provider == "native" then
provider = "native"