mirror of
https://github.com/britzl/monarch.git
synced 2025-11-27 11:20:55 +01:00
fix a problem of sequential in back function (#104)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user