3
0
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:
bedryck 2024-01-12 09:22:43 +02:00 committed by GitHub
parent b01f5d28c3
commit 00c30792a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)