You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd expect handleTapFoo not to be called on taps, as the component is disabled. Not sure whether that is a problem in the paper-bottom-sheet-item itself, or just something that needs to be handled more globally in polymer.
For now I'm working around this by checking the disabled state in handleTapFoo.
The text was updated successfully, but these errors were encountered:
I'm not sure really, I think I lost that code that needed it in a redesign. The issue you link to looks indeed related, so without further evidence of the problem I'll close this ticket. If needed it can be reopened :)
I'd expect
handleTapFoo
not to be called on taps, as the component is disabled. Not sure whether that is a problem in the paper-bottom-sheet-item itself, or just something that needs to be handled more globally in polymer.For now I'm working around this by checking the
disabled
state inhandleTapFoo
.The text was updated successfully, but these errors were encountered: