mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 22:58:35 +00:00
Fixes #6469 Using `uuid/parse` caused a crash when "Relative to" field was set to "auto", producing an empty string. This change uses `uuid/parse*` instead, which safely returns nil for invalid or empty inputs, preventing the crash. Signed-off-by: Dmitriy Mikheev <mirakernel.disroot.org> Co-authored-by: kira <kira@kira.kira>