digitalcampusframework / dcf

Digital Campus Framework
BSD 3-Clause "New" or "Revised" License
8 stars 13 forks source link

Allow for right-clicks/text selection with `dcf-card-as-link` #519

Open skoolbus39 opened 4 months ago

skoolbus39 commented 4 months ago

In the .dcf-card-as-link JS component the link is set to fire with any click on the element which means users cannot select text or right-click within the element without triggering the link. This is really annoying. I’m pretty sure that the source of this idea had a solution in their sample JS that remedied this because that is what we implemented on Admissions back before this functionality was added to the framework.

Would it be possible to add to the list taking another pass at this functionality to smooth out those rough edges?