Skip to content

Commit

Permalink
fix a problem of sequential in back function (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
bedryck authored Jan 12, 2024
1 parent b01f5d2 commit 00c3079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monarch/monarch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 00c3079

Please sign in to comment.