mirror of
https://github.com/penpot/penpot.git
synced 2026-07-19 20:48:10 +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.