Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.
This repository was archived by the owner on May 16, 2024. It is now read-only.

Passing a string as modal content creates duplicate content #22

@andrewrubin

Description

@andrewrubin

example:

const myModal = new Modal()
myModal.content = "This is some very simple text!"
myModal.open()

You'll notice here that the content is rendered twice in the DOM

This might be a side effect of #21, FYI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions