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
..
2025-04-03 11:38:35 +02:00
2024-03-08 16:07:38 +01:00
2024-07-29 11:05:14 +02:00
2024-12-05 16:36:42 +01:00
2024-10-23 14:46:47 +02:00
2024-10-23 14:46:47 +02:00
2025-03-12 16:39:31 +01:00
2025-05-22 18:35:08 +02:00
2025-01-14 10:05:12 +01:00
2024-07-04 11:18:05 +02:00