-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels