feat(input): support cancelreturn
This commit is contained in:
parent
af179837e1
commit
fb4637995e
|
@ -87,7 +87,7 @@ M.confirm = function()
|
|||
end
|
||||
|
||||
M.close = function()
|
||||
confirm()
|
||||
confirm(context.opts and context.opts.cancelreturn)
|
||||
end
|
||||
|
||||
M.highlight = function()
|
||||
|
|
Loading…
Reference in New Issue