Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Docs and code for core-overlay-open event do not match #48

@shaydon

Description

@shaydon

The documentation for this event (here) claims that the boolean opened state can be found in event.detail.opened:

Fired when the `core-overlay`'s `opened` property changes.
@event core-overlay-open
@param {Object} detail
@param {Object} detail.opened the opened state

However it's actually placed in event.detail itself (here):

this.fire('core-overlay-open', this.opened);

One of these should be changed to match the other.

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