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
mkamneng
changed the title
Prevent the AST Walker to add the touch-action styles muptiple times to DOM Element within a loop
Prevent the AST Walker to add the touch-action styles multiple times to DOM Element within a loop
Jun 30, 2018
The ast walker is adding the touch-action styles multiple times to each dom element withing a loop as described in this example:
The solution could be as simple as a check in the walker if the node has already a touch action properties, if I'm not missing something:
I can open an PR with a test if that can help!
Thanks
The text was updated successfully, but these errors were encountered: