Files
penpot/frontend
Andrey Antukh 16586f720e 🐛 Fix infinite recursion in get-frame-ids for thumbnail extraction
The get-frame-ids function could enter infinite recursion when:
1. There's a circular reference in the frame hierarchy
2. A shape's frame-id points to itself (corrupt data)

The fix uses the cached version (get-frame-ids-cached) in recursive calls
and adds a guard to prevent self-referencing.
2026-03-26 14:42:37 +00:00
..
2026-01-22 13:55:41 +01:00
2026-02-26 12:19:15 +01:00
2026-03-26 14:12:11 +01:00
2026-02-24 00:07:30 +01:00
2026-02-10 08:29:24 +01:00