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

Hide on click dont work #1179

Open
GabrielRochaReis opened this issue Nov 29, 2017 · 0 comments
Open

Hide on click dont work #1179

GabrielRochaReis opened this issue Nov 29, 2017 · 0 comments

Comments

@GabrielRochaReis
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants