Skip to content

Commit

Permalink
core,study: add note about skip bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Sep 12, 2024
1 parent 3428d9f commit 89ca774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions congame-core/components/study.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@ QUERY
(parameterize ([nested-form-guard #t])
(render rw))))]))

;; FIXME: Skipping from a nested step fails because skip ends up
;; returning from an already-expired step somehow. See
;; skip-after-refresh.
(define/widget (skip [to-step-id #f])
(if to-step-id
(continue to-step-id)
Expand Down

0 comments on commit 89ca774

Please sign in to comment.