Skip to content

Commit

Permalink
feat(input): support cancelreturn
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jul 14, 2022
1 parent af17983 commit fb46379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dressing/input.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ M.confirm = function()
end

M.close = function()
confirm()
confirm(context.opts and context.opts.cancelreturn)
end

M.highlight = function()
Expand Down

0 comments on commit fb46379

Please sign in to comment.