fix(actions): create file should defer more to focus
This commit is contained in:
@@ -113,7 +113,7 @@ function M.fn(node)
|
|||||||
-- INFO: defer needed when reload is automatic (watchers)
|
-- INFO: defer needed when reload is automatic (watchers)
|
||||||
vim.defer_fn(function()
|
vim.defer_fn(function()
|
||||||
focus_file(new_file_path)
|
focus_file(new_file_path)
|
||||||
end, 50)
|
end, 150)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user