Skip to content

Improve the close function passing a parameter #18

@euribates

Description

@euribates

You can improve the close function passing the message object to be closed as a parameter. Just need to rewrite line 144 from:

options.close();

to

options.close(obj);

Now it's possible to customize the close function according to the message itself.

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