Skip to content

Continuations don't work in some cases #39

@html

Description

@html

This code works well

(do-page 
 (make-widget 
  (lambda (&rest args)
   (with-html 
    (render-link 
     (lambda (&rest args)
      (answer (first (widget-children (root-widget)))))
     "back")))))

And this does not

(do-page 
  (lambda (&rest args)
   (with-html 
    (render-link 
     (lambda (&rest args)
      (answer (first (widget-children (root-widget)))))
     "back"))))

The difference is "make-widget"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions