We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e847d commit b01f5d2Copy full SHA for b01f5d2
monarch/monarch.lua
@@ -523,7 +523,9 @@ local function load(screen)
523
if screen.transition_id then
524
screen.transition_url = screen.factory_ids[screen.transition_id]
525
end
526
- screen.focus_url = screen.factory_ids[screen.focus_id]
+ if screen.focus_id then
527
+ screen.focus_url = screen.factory_ids[screen.focus_id]
528
+ end
529
530
screen.loaded = true
531
screen.preloaded = false
0 commit comments