mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 02:17:53 +02:00
fix a problem of sequential in back function (#104)
This commit is contained in:
parent
b01f5d28c3
commit
00c30792a9
@ -995,7 +995,6 @@ function M.back(options, data, cb)
|
|||||||
-- case when back(data, nil)
|
-- case when back(data, nil)
|
||||||
elseif options ~= nil and data == nil and cb == nil then
|
elseif options ~= nil and data == nil and cb == nil then
|
||||||
data = options
|
data = options
|
||||||
options = nil
|
|
||||||
end
|
end
|
||||||
|
|
||||||
queue_action(function(action_done)
|
queue_action(function(action_done)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user