Skip to content

Vue3 Variant removeChild method incorrectly named #35

@delaneyb

Description

@delaneyb

delete(child, parent) {
parent.deleteChild(child);
}

Should name the methods called delete and .deleteChild .remove and .removeChild

Without this, if the ~rightDrawer child of <Drawer> is removed, we get errors about missing nodeOps.removeChild method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions