Skip to content

New cells button #21

@declann

Description

@declann

The button for creating new cells also doesn't work and I think it is bad html form to have spaces in node ids.

I added these lines

script.id = `new-cell-${value}`;
script.dataset.display = `new-cell-${value}`;

And, I'm not sure how necessary but I also added id="viewof-new-cell" to the associated script tag (there was no id) and use that in getElementById (note the dash after viewof)

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