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

Hide on click dont work #1179

@GabrielRochaReis

Description

@GabrielRochaReis

The [hide-on-click] dont work. I change the popover.js, line 33:

MdlPopoverComponent.prototype.toggle = function (event) {
if (this.isVisible && this.hideOnClick) {
this.hide();
}
else {
this.hideAllPopovers();
this.show(event);
}
};

Now my popover its work.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions