mirror of
https://github.com/penpot/penpot.git
synced 2026-07-06 14:18:35 +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.