3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 10:02:21 +02:00

Removed backward comp fix for monarch.back()

This commit is contained in:
Björn Ritzl
2024-01-12 08:31:48 +01:00
parent 00c30792a9
commit 4c6e26fd71
4 changed files with 4 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ function on_input(self, action_id, action)
end
elseif gui.pick_node(self.no, action.x, action.y) then
print("no")
monarch.back(function()
monarch.back(nil, nil, function()
print("back from popup done")
end)
end