Skip to content

digits number="0" does not display #101

@pneuma163

Description

@pneuma163

Try to display each of the following:

<digits number="1" />
<digits number="0" />
<digits number="10" />

The second one does not display at all. Put them in a lane and there is no space between the first and third either.

I'm guessing this is because number is initiated as 0 here:

private readonly DirtyTracker<int> number = new(0);

and the element seems to be only set to be displayed if that value changes.

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