mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 10:02:21 +02: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)
|
||||
elseif options ~= nil and data == nil and cb == nil then
|
||||
data = options
|
||||
options = nil
|
||||
end
|
||||
|
||||
queue_action(function(action_done)
|
||||
|
Reference in New Issue
Block a user