Skip to content

Commit

Permalink
Merge pull request #459 from anvilistas/routing-force-launch
Browse files Browse the repository at this point in the history
routing: tweak to force launch global
  • Loading branch information
meatballs authored Sep 17, 2023
2 parents e0b3744 + b15ea80 commit 21352ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client_code/routing/_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def launch():
template_instance = get_open_form()
current_template = type(template_instance)

if template_instance is None or current_template not in _templates:
_force_launch = True
_force_launch = template_instance is None or current_template not in _templates

if _queued:
# only run the last _queued navigation
Expand Down

0 comments on commit 21352ab

Please sign in to comment.