feat(input): support cancelreturn

This commit is contained in:
Steven Arcangeli 2022-07-14 00:27:59 -07:00
parent af179837e1
commit fb4637995e
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ M.confirm = function()
end
M.close = function()
confirm()
confirm(context.opts and context.opts.cancelreturn)
end
M.highlight = function()