supermemory/apps
Cursor Agent 8cedfd2883
fix(web): guard e.key before toLowerCase in chat keydown handler
When a keydown event fires with e.key === undefined (e.g. from synthetic
events via browser extensions, accessibility tools, or IME compositions),
calling e.key.toLowerCase() throws an unhandled TypeError.

Add optional chaining so e.key?.toLowerCase() safely returns undefined
when e.key is absent, causing the if-condition to evaluate to false and
the handler to skip gracefully.

Fixes Sentry issue CONSUMER-APP-19V.

Co-authored-by: Dhravya Shah <dhravya@supermemory.com>
2026-08-03 01:33:03 +00:00
..
browser-extension feat(extension): expand t.co links when importing tweets (#1352) 2026-08-01 17:35:33 +05:30
docs fix(docs): correct ingestion queue anchor (#1329) 2026-08-01 17:37:03 +05:30
mcp fix mcp app contracts (#1394) 2026-08-01 06:41:17 +00:00
memory-graph-playground fix(deps): bump next to 16.0.7 in memory-graph-playground (critical CVE) (#1082) 2026-06-16 21:10:32 -07:00
raycast-extension feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
web fix(web): guard e.key before toLowerCase in chat keydown handler 2026-08-03 01:33:03 +00:00