3
0
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:
bedryck
2024-01-12 09:22:43 +02:00
committed by GitHub
parent b01f5d28c3
commit 00c30792a9

View File

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