Merge upstream PR #235

simrat39/symbols-outline.nvim#235
This commit is contained in:
hedy
2023-11-02 20:18:02 +08:00

View File

@@ -318,7 +318,7 @@ local function setup_keymaps(bufnr)
end end
local function handler(response) local function handler(response)
if response == nil or type(response) ~= 'table' then if response == nil or type(response) ~= 'table' or M.view:is_open() then
return return
end end