-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
one click triggers two popup of paper-dropdown-menu #1004
Comments
Is |
Actually, browser showed the folder named 'web-animations-js' couldn't be found at first, but I found another folder in polymer named 'web-animations-next', so I changed the name of this folder to 'web-animations-js'. Was it the point? And where is web-animations-js actually? |
I download the source code from github.com/web-animations/web-animations-js and replace those files. It still doesn't work |
You should be able to just use the following line in your bower.json file :
I guess it might be the same result as you downloading the source and installing it manually, but still better to get bower to do it, imo. You might also try the previous version (which I now have to specifically reference since it was previously
|
I came to see the online demo website of polymer, I tried to figure out why their codes worked well. Finally I found a lit bit difference.
The one online:
After I changed it, it worked as I expected. Great. |
when it is click, the first time it works normally. But after the second time, it will show up twice. One shows up very quickly, and another normally. In the meantime, the event listener added to it will be triggered twice as well.
The text was updated successfully, but these errors were encountered: