mirror of
https://github.com/penpot/penpot.git
synced 2025-07-13 16:17:17 +02: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> |
||
---|---|---|
.. | ||
.storybook | ||
.yarn/patches | ||
dev | ||
externs | ||
playwright | ||
resources | ||
scripts | ||
src | ||
test/frontend_tests | ||
text-editor | ||
translations | ||
vendor | ||
.gitignore | ||
.prettierrc.json | ||
deps.edn | ||
package.json | ||
playwright.config.js | ||
shadow-cljs.edn | ||
vite.config.js | ||
yarn.lock |