Files
paseo/packages
Mohamed Boudra 013e53881b fix(app): prevent infinite loop in @-mention scan when @ is at index 0
`findActiveFileMention` walked back through `@` candidates with
`lastIndexOf("@", atIndex - 1)`, but per spec a negative `position`
clamps to 0 — so once `atIndex` hit 0 with an invalid query (e.g. a
trailing space), the loop stepped from 0 back to 0 forever, freezing
the JS thread on every keystroke and forcing a quit.

Refs #596, #425
2026-04-28 19:16:04 +07:00
..
2026-04-28 17:37:29 +07:00
2026-04-28 17:37:29 +07:00
2026-04-28 17:37:29 +07:00
2026-04-28 17:37:29 +07:00
2026-04-28 17:37:29 +07:00
2026-04-28 17:37:29 +07:00