Files
crewAI/docs
Iris Clawd f7f63eac9a fix: decode URL-encoded hash fragment before getElementById lookup
Anchors with special characters (e.g. spaces encoded as %20) would fail
the getElementById lookup because the raw URL-encoded string doesn't
match the element's id attribute. Apply decodeURIComponent() with a
try/catch fallback to handle malformed URIs gracefully.
2026-06-19 22:58:18 +00:00
..