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
Fix JS syntax error: duplicate const modal in renderCheatsheet
The tag shorthand variable modal and the modal card template function
were both declared const modal in the same block scope, causing a
SyntaxError that prevented the entire script from running (hence the
loading spinner hang). Renamed the tag variable to modalTag.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments