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
- Change condition from (isClicked && isHovering) to (isClicked || isHovering)
- Now popups show on hover OR after clicking
- This fixes the issue where clicked words didn't show translations
- Critical fix for demo!
0 commit comments