Skip to content

Don't remove Toast from DOM after it's finished; reuse it #4

@mlcheng

Description

@mlcheng

When the Toast slides away, the current method to handle it is to remove it from the DOM. However, this causes it to have to recreate the Toast stage every time a Toast is needed. Maybe instead of removing the Toast stage from the DOM, just remove it from the view, and then reuse it after.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions