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 notice that sometimes when I load the page, hovering over buttons and toggles will trigger my program's subscriptions, even though I did not include any Material subscriptions in the program. There are no changes in the model.
From what I understand, it should only fire on UrlChange, which is monitored by elm-lang/navigation.
Sometimes, the subscriptions will only fire when I click a toggle, sometimes they will fire if I hover over elements.
The text was updated successfully, but these errors were encountered:
skinnyjames
changed the title
Material.Toggles switch sometimes not toggling.
Hover over Mdl elements sometimes fires subscriptions.
Jul 24, 2017
skinnyjames
changed the title
Hover over Mdl elements sometimes fires subscriptions.
Hovering over Mdl elements sometimes fires subscriptions.
Jul 24, 2017
gist here:
https://gist.github.com/skinnyjames/c8fcebded81a70e2a3eded701d68a622
I notice that sometimes when I load the page, hovering over buttons and toggles will trigger my program's subscriptions, even though I did not include any Material subscriptions in the program. There are no changes in the model.
From what I understand, it should only fire on UrlChange, which is monitored by elm-lang/navigation.
Sometimes, the subscriptions will only fire when I click a toggle, sometimes they will fire if I hover over elements.
The text was updated successfully, but these errors were encountered: