mirror of
https://github.com/britzl/monarch.git
synced 2025-11-27 19:30:54 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68cda52c0d |
@@ -685,7 +685,7 @@ function M.show(id, options, data, cb)
|
|||||||
-- wait until we are done if showing the same screen as is already visible
|
-- wait until we are done if showing the same screen as is already visible
|
||||||
local same_screen = top and top.id == screen.id
|
local same_screen = top and top.id == screen.id
|
||||||
show_out(top, screen, callbacks.track())
|
show_out(top, screen, callbacks.track())
|
||||||
if same_screen and then
|
if same_screen then
|
||||||
callbacks.yield_until_done()
|
callbacks.yield_until_done()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user