mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
`(cfh/frame-shape? current-id)` passes a UUID to the single-arity overload of `frame-shape?`, which expects a shape map; it always returns false. Fix by passing `current` (the resolved shape) instead. Update the test to assert the correct behaviour. Signed-off-by: Andrey Antukh <niwi@niwi.nz>