Skip to content

The display is never cleared on re-evaluation, if a cell doesn’t display anything #43

@mbostock

Description

@mbostock

If you have this cell:

throw new Error();

And you edit it and write:

if (false) display("success");

Then re-evaluating the cell continues to show the old error forever. The same is true if it displayed something:

display("stale");

We should check when the cell resolves, and clear the display if it hasn’t been cleared already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions