mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
The guard used (> start 0) instead of (>= start 0), so (safe-subvec v 0) returned nil instead of the full vector.
The guard used (> start 0) instead of (>= start 0), so (safe-subvec v 0) returned nil instead of the full vector.