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 noticed that each time I interact with the dropdown plugin https://preline.co/plugins/html/dropdown.html, the up/down key is logged to the console. I don't think it's needed for accessibility, so is this simply left from debugging?
Can that line be removed?
Key code: ArrowDown
The text was updated successfully, but these errors were encountered:
gregmsanderson
changed the title
Unncessary console.log calls for the dropdown plugin
Unnecessary console.log calls for the dropdown plugin
Feb 8, 2024
I noticed that each time I interact with the dropdown plugin https://preline.co/plugins/html/dropdown.html, the up/down key is logged to the console. I don't think it's needed for accessibility, so is this simply left from debugging?
Can that line be removed?
Key code: ArrowDown
Thank you! We’ll remove unnecessary console.logs in the next update.
Hello,
I noticed that each time I interact with the dropdown plugin https://preline.co/plugins/html/dropdown.html, the up/down key is logged to the console. I don't think it's needed for accessibility, so is this simply left from debugging?
Can that line be removed?
The text was updated successfully, but these errors were encountered: