penpot/frontend
mirakernel a56822ad99
🐛 Avoid crash on empty string in interaction prototype (#6687)
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>
2025-06-16 15:18:59 +02:00
..
.storybook
.yarn/patches
dev
externs
playwright Merge pull request #6676 from penpot/elenatorro-fix-load-pending-single-attr 2025-06-16 11:50:57 +02:00
resources Add numeric token type (#6575) 2025-06-05 09:33:54 +02:00
scripts Allow encode mailto and self target link in markdown 2025-06-06 14:03:52 +02:00
src 🐛 Avoid crash on empty string in interaction prototype (#6687) 2025-06-16 15:18:59 +02:00
test/frontend_tests Merge pull request #6640 from penpot/niwinz-develop-hotfix-1 2025-06-05 14:03:18 +02:00
text-editor
translations Update cs.po - inflection fixes (#6677) 2025-06-16 09:29:47 +02:00
vendor
.gitignore 🔧 Add initial snapshots 2025-06-09 17:46:18 +02:00
.prettierrc.json
deps.edn ⬆️ Update frontend dependencies 2025-06-06 14:03:52 +02:00
package.json ⬆️ Update frontend dependencies 2025-06-06 14:03:52 +02:00
playwright.config.js 🔧 Add initial snapshots 2025-06-09 17:46:18 +02:00
shadow-cljs.edn 📎 Disable shadow-cljs reload on storybook build 2025-06-04 12:46:49 +02:00
vite.config.js
yarn.lock ⬆️ Update frontend dependencies 2025-06-06 14:03:52 +02:00